Html Css Color HEX #BB6ECD Medium Orchid

📋 copy color: '#BB6ECD'

red 187 ◦ green 110 ◦ blue 205

#BB6ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB6ECD

Tints of Medium Orchid #BB6ECD

RGB

 RED value IS 187 (73.44% from 255) = 37.25%

 GREEN value IS 110 (43.36% from 255) = 21.91%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 37.25%
G = 21.91%
B = 40.84%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB6ECD (or 0xBB6ECD) is known color: Medium Orchid. HEX triplet: BB, 6E and CD. RGB value is (187,110,205). Sum of RGB (Red+Green+Blue) = 187+110+205=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ECD is #449132. Grayscale: #8F8F8F. Windows color (decimal): -4493619 or 13463227. OLE color: 13463227.

HSL color Cylindrical-coordinate representation of color #BB6ECD: hue angle of 288.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6ECD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 110 205 -
CMYK 0.09 0.46 0 0.20
HSL 288.63º 0.49% 0.62% -
HSV(B) 288.63º 0.46% 0.8% -
XYZ 37.09 26.12 60.85 -
YUV 143.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 187 110 205 0.09 0.46 0 0.20 288.63 0.49 0.62
Hex BB 6E CD 9 2E 0 14 121 31 3E
Octal 273 156 315 11 56 0 24 441 61 76
Binary 10111011 1101110 11001101 1001 101110 0 10100 100100001 110001 111110

Color Harmonies of #BB6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ECD

Black with #BB6ECD

Text Example


Text Example

White with #BB6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ECD; }

 p { color: rgb(187,110,205); }

 H1.HeaderClassName
 {
   color: #BB6ECD;
 }
 .AnyTagClassName
 {
   color: #BB6ECD;
 }
</style>

background-color css

<style>
 a { background-color: #BB6ECD; }

 a { background-color: rgb(187,110,205); }

 div.DivClassName
 {
   background-color: #BB6ECD;
 }
 .BgClassName
 {
   background-color: #BB6ECD;
 }
</style>

border-color css

<style>
 span { border-color: #BB6ECD; }

 span { border-color: rgb(187,110,205); }

 td.TdClassName
 {
   border-color: #BB6ECD;
 }
 .TagClassName
 {
   border-color: #BB6ECD;
 }
</style>