Html Css Color HEX #BC39E9 Medium Orchid

📋 copy color: '#BC39E9'

red 188 ◦ green 57 ◦ blue 233

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

Shades of Medium Orchid #BC39E9

Tints of Medium Orchid #BC39E9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.92%

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

R = 39.33%
G = 11.92%
B = 48.74%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC39E9 (or 0xBC39E9) is known color: Medium Orchid. HEX triplet: BC, 39 and E9. RGB value is (188,57,233). Sum of RGB (Red+Green+Blue) = 188+57+233=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC39E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39E9 is #43C616. Grayscale: #737373. Windows color (decimal): -4441623 or 15284668. OLE color: 15284668.

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

Color convert

RGB 188 57 233 -
CMYK 0.19 0.76 0 0.09
HSL 284.66º 0.8% 0.57% -
HSV(B) 284.66º 0.76% 0.91% -
XYZ 36.91 19.5 78.91 -
YUV 116.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 188 57 233 0.19 0.76 0 0.09 284.66 0.8 0.57
Hex BC 39 E9 13 4C 0 9 11D 50 39
Octal 274 71 351 23 114 0 11 435 120 71
Binary 10111100 111001 11101001 10011 1001100 0 1001 100011101 1010000 111001

Color Harmonies of #BC39E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39E9

Black with #BC39E9

Text Example


Text Example

White with #BC39E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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