Html Css Color HEX #BC59EA Medium Orchid

📋 copy color: '#BC59EA'

red 188 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #BC59EA

Tints of Medium Orchid #BC59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 36.79%
G = 17.42%
B = 45.79%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC59EA (or 0xBC59EA) is known color: Medium Orchid. HEX triplet: BC, 59 and EA. RGB value is (188,89,234). Sum of RGB (Red+Green+Blue) = 188+89+234=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC59EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59EA is #43A615. Grayscale: #868686. Windows color (decimal): -4433430 or 15358396. OLE color: 15358396.

HSL color Cylindrical-coordinate representation of color #BC59EA: hue angle of 280.97º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC59EA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 89 234 -
CMYK 0.20 0.62 0 0.08
HSL 280.97º 0.78% 0.63% -
HSV(B) 280.97º 0.62% 0.92% -
XYZ 39.16 23.78 80.37 -
YUV 135.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 188 89 234 0.20 0.62 0 0.08 280.97 0.78 0.63
Hex BC 59 EA 14 3E 0 8 119 4E 3F
Octal 274 131 352 24 76 0 10 431 116 77
Binary 10111100 1011001 11101010 10100 111110 0 1000 100011001 1001110 111111

Color Harmonies of #BC59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59EA

Black with #BC59EA

Text Example


Text Example

White with #BC59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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