Html Css Color HEX #BB59E2 Medium Orchid

📋 copy color: '#BB59E2'

red 187 ◦ green 89 ◦ blue 226

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

Shades of Medium Orchid #BB59E2

Tints of Medium Orchid #BB59E2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.73%

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

R = 37.25%
G = 17.73%
B = 45.02%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB59E2 (or 0xBB59E2) is known color: Medium Orchid. HEX triplet: BB, 59 and E2. RGB value is (187,89,226). Sum of RGB (Red+Green+Blue) = 187+89+226=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59E2 is #44A61D. Grayscale: #858585. Windows color (decimal): -4498974 or 14834107. OLE color: 14834107.

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

Color convert

RGB 187 89 226 -
CMYK 0.17 0.61 0 0.11
HSL 282.92º 0.7% 0.62% -
HSV(B) 282.92º 0.61% 0.89% -
XYZ 37.79 23.2 74.44 -
YUV 133.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 187 89 226 0.17 0.61 0 0.11 282.92 0.7 0.62
Hex BB 59 E2 11 3D 0 B 11B 46 3E
Octal 273 131 342 21 75 0 13 433 106 76
Binary 10111011 1011001 11100010 10001 111101 0 1011 100011011 1000110 111110

Color Harmonies of #BB59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59E2

Black with #BB59E2

Text Example


Text Example

White with #BB59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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