Html Css Color HEX #BB6ECE Medium Orchid

📋 copy color: '#BB6ECE'

red 187 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #BB6ECE

Tints of Medium Orchid #BB6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 37.18%
G = 21.87%
B = 40.95%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB6ECE (or 0xBB6ECE) is known color: Medium Orchid. HEX triplet: BB, 6E and CE. RGB value is (187,110,206). Sum of RGB (Red+Green+Blue) = 187+110+206=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ECE is #449131. Grayscale: #8F8F8F. Windows color (decimal): -4493618 or 13528763. OLE color: 13528763.

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

Color convert

RGB 187 110 206 -
CMYK 0.09 0.47 0 0.19
HSL 288.13º 0.49% 0.62% -
HSV(B) 288.13º 0.47% 0.81% -
XYZ 37.21 26.17 61.48 -
YUV 143.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 187 110 206 0.09 0.47 0 0.19 288.13 0.49 0.62
Hex BB 6E CE 9 2F 0 13 120 31 3E
Octal 273 156 316 11 57 0 23 440 61 76
Binary 10111011 1101110 11001110 1001 101111 0 10011 100100000 110001 111110

Color Harmonies of #BB6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ECE

Black with #BB6ECE

Text Example


Text Example

White with #BB6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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