Html Css Color HEX #BC59E9 Medium Orchid

📋 copy color: '#BC59E9'

red 188 ◦ green 89 ◦ blue 233

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

Shades of Medium Orchid #BC59E9

Tints of Medium Orchid #BC59E9

RGB

 RED value IS 188 (73.83% from 255) = 36.86%

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

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 36.86%
G = 17.45%
B = 45.69%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC59E9 (or 0xBC59E9) is known color: Medium Orchid. HEX triplet: BC, 59 and E9. RGB value is (188,89,233). Sum of RGB (Red+Green+Blue) = 188+89+233=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59E9 is #43A616. Grayscale: #868686. Windows color (decimal): -4433431 or 15292860. OLE color: 15292860.

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

Color convert

RGB 188 89 233 -
CMYK 0.19 0.62 0 0.09
HSL 281.25º 0.77% 0.63% -
HSV(B) 281.25º 0.62% 0.91% -
XYZ 39.02 23.72 79.61 -
YUV 135.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 188 89 233 0.19 0.62 0 0.09 281.25 0.77 0.63
Hex BC 59 E9 13 3E 0 9 119 4D 3F
Octal 274 131 351 23 76 0 11 431 115 77
Binary 10111100 1011001 11101001 10011 111110 0 1001 100011001 1001101 111111

Color Harmonies of #BC59E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59E9

Black with #BC59E9

Text Example


Text Example

White with #BC59E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59E9; }

 p { color: rgb(188,89,233); }

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

background-color css

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

 a { background-color: rgb(188,89,233); }

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

border-color css

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

 span { border-color: rgb(188,89,233); }

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