Html Css Color HEX #BB6ECF Medium Orchid

📋 copy color: '#BB6ECF'

red 187 ◦ green 110 ◦ blue 207

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

Shades of Medium Orchid #BB6ECF

Tints of Medium Orchid #BB6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 37.1%
G = 21.83%
B = 41.07%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB6ECF (or 0xBB6ECF) is known color: Medium Orchid. HEX triplet: BB, 6E and CF. RGB value is (187,110,207). Sum of RGB (Red+Green+Blue) = 187+110+207=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ECF is #449130. Grayscale: #8F8F8F. Windows color (decimal): -4493617 or 13594299. OLE color: 13594299.

HSL color Cylindrical-coordinate representation of color #BB6ECF: hue angle of 287.63º degrees, saturation: 0.5, 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 #BB6ECF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 110 207 -
CMYK 0.10 0.47 0 0.19
HSL 287.63º 0.5% 0.62% -
HSV(B) 287.63º 0.47% 0.81% -
XYZ 37.33 26.22 62.13 -
YUV 144.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 187 110 207 0.10 0.47 0 0.19 287.63 0.5 0.62
Hex BB 6E CF A 2F 0 13 120 32 3E
Octal 273 156 317 12 57 0 23 440 62 76
Binary 10111011 1101110 11001111 1010 101111 0 10011 100100000 110010 111110

Color Harmonies of #BB6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ECF

Black with #BB6ECF

Text Example


Text Example

White with #BB6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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