Html Css Color HEX #BB6EEF Medium Orchid

📋 copy color: '#BB6EEF'

red 187 ◦ green 110 ◦ blue 239

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

Shades of Medium Orchid #BB6EEF

Tints of Medium Orchid #BB6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 34.89%
G = 20.52%
B = 44.59%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB6EEF (or 0xBB6EEF) is known color: Medium Orchid. HEX triplet: BB, 6E and EF. RGB value is (187,110,239). Sum of RGB (Red+Green+Blue) = 187+110+239=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EEF is #449110. Grayscale: #939393. Windows color (decimal): -4493585 or 15691451. OLE color: 15691451.

HSL color Cylindrical-coordinate representation of color #BB6EEF: hue angle of 275.81º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6EEF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 110 239 -
CMYK 0.22 0.54 0 0.06
HSL 275.81º 0.8% 0.68% -
HSV(B) 275.81º 0.54% 0.94% -
XYZ 41.65 27.95 84.86 -
YUV 147.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 187 110 239 0.22 0.54 0 0.06 275.81 0.8 0.68
Hex BB 6E EF 16 36 0 6 114 50 44
Octal 273 156 357 26 66 0 6 424 120 104
Binary 10111011 1101110 11101111 10110 110110 0 110 100010100 1010000 1000100

Color Harmonies of #BB6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EEF

Black with #BB6EEF

Text Example


Text Example

White with #BB6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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