Html Css Color HEX #BB6EED Medium Orchid

📋 copy color: '#BB6EED'

red 187 ◦ green 110 ◦ blue 237

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

Shades of Medium Orchid #BB6EED

Tints of Medium Orchid #BB6EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 35.02%
G = 20.6%
B = 44.38%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB6EED (or 0xBB6EED) is known color: Medium Orchid. HEX triplet: BB, 6E and ED. RGB value is (187,110,237). Sum of RGB (Red+Green+Blue) = 187+110+237=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EED is #449112. Grayscale: #939393. Windows color (decimal): -4493587 or 15560379. OLE color: 15560379.

HSL color Cylindrical-coordinate representation of color #BB6EED: hue angle of 276.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6EED is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 110 237 -
CMYK 0.21 0.54 0 0.07
HSL 276.38º 0.78% 0.68% -
HSV(B) 276.38º 0.54% 0.93% -
XYZ 41.36 27.83 83.31 -
YUV 147.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 187 110 237 0.21 0.54 0 0.07 276.38 0.78 0.68
Hex BB 6E ED 15 36 0 7 114 4E 44
Octal 273 156 355 25 66 0 7 424 116 104
Binary 10111011 1101110 11101101 10101 110110 0 111 100010100 1001110 1000100

Color Harmonies of #BB6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EED

Black with #BB6EED

Text Example


Text Example

White with #BB6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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