Html Css Color HEX #BB5EE2 Medium Orchid

📋 copy color: '#BB5EE2'

red 187 ◦ green 94 ◦ blue 226

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

Shades of Medium Orchid #BB5EE2

Tints of Medium Orchid #BB5EE2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.54%

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 36.88%
G = 18.54%
B = 44.58%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB5EE2 (or 0xBB5EE2) is known color: Medium Orchid. HEX triplet: BB, 5E and E2. RGB value is (187,94,226). Sum of RGB (Red+Green+Blue) = 187+94+226=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB5EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EE2 is #44A11D. Grayscale: #888888. Windows color (decimal): -4497694 or 14835387. OLE color: 14835387.

HSL color Cylindrical-coordinate representation of color #BB5EE2: hue angle of 282.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5EE2 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 94 226 -
CMYK 0.17 0.58 0 0.11
HSL 282.27º 0.69% 0.63% -
HSV(B) 282.27º 0.58% 0.89% -
XYZ 38.22 24.06 74.58 -
YUV 136.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 187 94 226 0.17 0.58 0 0.11 282.27 0.69 0.63
Hex BB 5E E2 11 3A 0 B 11A 45 3F
Octal 273 136 342 21 72 0 13 432 105 77
Binary 10111011 1011110 11100010 10001 111010 0 1011 100011010 1000101 111111

Color Harmonies of #BB5EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EE2

Black with #BB5EE2

Text Example


Text Example

White with #BB5EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EE2; }

 p { color: rgb(187,94,226); }

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

background-color css

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

 a { background-color: rgb(187,94,226); }

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

border-color css

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

 span { border-color: rgb(187,94,226); }

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