Html Css Color HEX #BB59EE Medium Orchid

📋 copy color: '#BB59EE'

red 187 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #BB59EE

Tints of Medium Orchid #BB59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 36.38%
G = 17.32%
B = 46.3%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB59EE (or 0xBB59EE) is known color: Medium Orchid. HEX triplet: BB, 59 and EE. RGB value is (187,89,238). Sum of RGB (Red+Green+Blue) = 187+89+238=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59EE is #44A611. Grayscale: #868686. Windows color (decimal): -4498962 or 15620539. OLE color: 15620539.

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

Color convert

RGB 187 89 238 -
CMYK 0.21 0.63 0 0.07
HSL 279.46º 0.81% 0.64% -
HSV(B) 279.46º 0.63% 0.93% -
XYZ 39.5 23.88 83.42 -
YUV 135.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 187 89 238 0.21 0.63 0 0.07 279.46 0.81 0.64
Hex BB 59 EE 15 3F 0 7 117 51 40
Octal 273 131 356 25 77 0 7 427 121 100
Binary 10111011 1011001 11101110 10101 111111 0 111 100010111 1010001 1000000

Color Harmonies of #BB59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59EE

Black with #BB59EE

Text Example


Text Example

White with #BB59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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