Html Css Color HEX #BB59EC Medium Orchid

📋 copy color: '#BB59EC'

red 187 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #BB59EC

Tints of Medium Orchid #BB59EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 36.52%
G = 17.38%
B = 46.09%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB59EC (or 0xBB59EC) is known color: Medium Orchid. HEX triplet: BB, 59 and EC. RGB value is (187,89,236). Sum of RGB (Red+Green+Blue) = 187+89+236=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59EC is #44A613. Grayscale: #868686. Windows color (decimal): -4498964 or 15489467. OLE color: 15489467.

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

Color convert

RGB 187 89 236 -
CMYK 0.21 0.62 0 0.07
HSL 280º 0.79% 0.64% -
HSV(B) 280º 0.62% 0.93% -
XYZ 39.21 23.77 81.88 -
YUV 135.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 187 89 236 0.21 0.62 0 0.07 280 0.79 0.64
Hex BB 59 EC 15 3E 0 7 118 4F 40
Octal 273 131 354 25 76 0 7 430 117 100
Binary 10111011 1011001 11101100 10101 111110 0 111 100011000 1001111 1000000

Color Harmonies of #BB59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59EC

Black with #BB59EC

Text Example


Text Example

White with #BB59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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