Html Css Color HEX #BC51E9 Medium Orchid

📋 copy color: '#BC51E9'

red 188 ◦ green 81 ◦ blue 233

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

Shades of Medium Orchid #BC51E9

Tints of Medium Orchid #BC51E9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.14%

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

R = 37.45%
G = 16.14%
B = 46.41%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC51E9 (or 0xBC51E9) is known color: Medium Orchid. HEX triplet: BC, 51 and E9. RGB value is (188,81,233). Sum of RGB (Red+Green+Blue) = 188+81+233=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC51E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51E9 is #43AE16. Grayscale: #818181. Windows color (decimal): -4435479 or 15290812. OLE color: 15290812.

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

Color convert

RGB 188 81 233 -
CMYK 0.19 0.65 0 0.09
HSL 282.24º 0.78% 0.62% -
HSV(B) 282.24º 0.65% 0.91% -
XYZ 38.39 22.46 79.4 -
YUV 130.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 188 81 233 0.19 0.65 0 0.09 282.24 0.78 0.62
Hex BC 51 E9 13 41 0 9 11A 4E 3E
Octal 274 121 351 23 101 0 11 432 116 76
Binary 10111100 1010001 11101001 10011 1000001 0 1001 100011010 1001110 111110

Color Harmonies of #BC51E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51E9

Black with #BC51E9

Text Example


Text Example

White with #BC51E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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