Html Css Color HEX #BC4EE6 Medium Orchid

📋 copy color: '#BC4EE6'

red 188 ◦ green 78 ◦ blue 230

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

Shades of Medium Orchid #BC4EE6

Tints of Medium Orchid #BC4EE6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.73%

 BLUE value IS 230 (90.23% from 255) = 46.37%

R = 37.9%
G = 15.73%
B = 46.37%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC4EE6 (or 0xBC4EE6) is known color: Medium Orchid. HEX triplet: BC, 4E and E6. RGB value is (188,78,230). Sum of RGB (Red+Green+Blue) = 188+78+230=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EE6 is #43B119. Grayscale: #7F7F7F. Windows color (decimal): -4436250 or 15093436. OLE color: 15093436.

HSL color Cylindrical-coordinate representation of color #BC4EE6: hue angle of 283.42º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4EE6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 78 230 -
CMYK 0.18 0.66 0 0.10
HSL 283.42º 0.75% 0.6% -
HSV(B) 283.42º 0.66% 0.9% -
XYZ 37.75 21.85 77.09 -
YUV 128.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 188 78 230 0.18 0.66 0 0.10 283.42 0.75 0.6
Hex BC 4E E6 12 42 0 A 11B 4B 3C
Octal 274 116 346 22 102 0 12 433 113 74
Binary 10111100 1001110 11100110 10010 1000010 0 1010 100011011 1001011 111100

Color Harmonies of #BC4EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EE6

Black with #BC4EE6

Text Example


Text Example

White with #BC4EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EE6; }

 p { color: rgb(188,78,230); }

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

background-color css

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

 a { background-color: rgb(188,78,230); }

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

border-color css

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

 span { border-color: rgb(188,78,230); }

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