Html Css Color HEX #BB6EE1 Medium Orchid

📋 copy color: '#BB6EE1'

red 187 ◦ green 110 ◦ blue 225

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

Shades of Medium Orchid #BB6EE1

Tints of Medium Orchid #BB6EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 35.82%
G = 21.07%
B = 43.1%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB6EE1 (or 0xBB6EE1) is known color: Medium Orchid. HEX triplet: BB, 6E and E1. RGB value is (187,110,225). Sum of RGB (Red+Green+Blue) = 187+110+225=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EE1 is #44911E. Grayscale: #919191. Windows color (decimal): -4493599 or 14773947. OLE color: 14773947.

HSL color Cylindrical-coordinate representation of color #BB6EE1: hue angle of 280.17º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6EE1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 110 225 -
CMYK 0.17 0.51 0 0.12
HSL 280.17º 0.66% 0.66% -
HSV(B) 280.17º 0.51% 0.88% -
XYZ 39.66 27.15 74.38 -
YUV 146.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 187 110 225 0.17 0.51 0 0.12 280.17 0.66 0.66
Hex BB 6E E1 11 33 0 C 118 42 42
Octal 273 156 341 21 63 0 14 430 102 102
Binary 10111011 1101110 11100001 10001 110011 0 1100 100011000 1000010 1000010

Color Harmonies of #BB6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EE1

Black with #BB6EE1

Text Example


Text Example

White with #BB6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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