Html Css Color HEX #BC2EE9 Medium Orchid

📋 copy color: '#BC2EE9'

red 188 ◦ green 46 ◦ blue 233

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

Shades of Medium Orchid #BC2EE9

Tints of Medium Orchid #BC2EE9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.85%

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

R = 40.26%
G = 9.85%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC2EE9 (or 0xBC2EE9) is known color: Medium Orchid. HEX triplet: BC, 2E and E9. RGB value is (188,46,233). Sum of RGB (Red+Green+Blue) = 188+46+233=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC2EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EE9 is #43D116. Grayscale: #6D6D6D. Windows color (decimal): -4444439 or 15281852. OLE color: 15281852.

HSL color Cylindrical-coordinate representation of color #BC2EE9: hue angle of 285.56º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2EE9 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 46 233 -
CMYK 0.19 0.80 0 0.09
HSL 285.56º 0.81% 0.55% -
HSV(B) 285.56º 0.8% 0.91% -
XYZ 36.42 18.53 78.75 -
YUV 109.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 188 46 233 0.19 0.80 0 0.09 285.56 0.81 0.55
Hex BC 2E E9 13 50 0 9 11E 51 37
Octal 274 56 351 23 120 0 11 436 121 67
Binary 10111100 101110 11101001 10011 1010000 0 1001 100011110 1010001 110111

Color Harmonies of #BC2EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EE9

Black with #BC2EE9

Text Example


Text Example

White with #BC2EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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