Html Css Color HEX #BB59E7 Medium Orchid

📋 copy color: '#BB59E7'

red 187 ◦ green 89 ◦ blue 231

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

Shades of Medium Orchid #BB59E7

Tints of Medium Orchid #BB59E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.56%

R = 36.88%
G = 17.55%
B = 45.56%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB59E7 (or 0xBB59E7) is known color: Medium Orchid. HEX triplet: BB, 59 and E7. RGB value is (187,89,231). Sum of RGB (Red+Green+Blue) = 187+89+231=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59E7 is #44A618. Grayscale: #868686. Windows color (decimal): -4498969 or 15161787. OLE color: 15161787.

HSL color Cylindrical-coordinate representation of color #BB59E7: hue angle of 281.41º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB59E7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 89 231 -
CMYK 0.19 0.61 0 0.09
HSL 281.41º 0.75% 0.63% -
HSV(B) 281.41º 0.61% 0.91% -
XYZ 38.49 23.48 78.1 -
YUV 134.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 187 89 231 0.19 0.61 0 0.09 281.41 0.75 0.63
Hex BB 59 E7 13 3D 0 9 119 4B 3F
Octal 273 131 347 23 75 0 11 431 113 77
Binary 10111011 1011001 11100111 10011 111101 0 1001 100011001 1001011 111111

Color Harmonies of #BB59E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59E7

Black with #BB59E7

Text Example


Text Example

White with #BB59E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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