Html Css Color HEX #BC4CEC Medium Orchid

📋 copy color: '#BC4CEC'

red 188 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #BC4CEC

Tints of Medium Orchid #BC4CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 37.6%
G = 15.2%
B = 47.2%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC4CEC (or 0xBC4CEC) is known color: Medium Orchid. HEX triplet: BC, 4C and EC. RGB value is (188,76,236). Sum of RGB (Red+Green+Blue) = 188+76+236=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CEC is #43B313. Grayscale: #7F7F7F. Windows color (decimal): -4436756 or 15486140. OLE color: 15486140.

HSL color Cylindrical-coordinate representation of color #BC4CEC: hue angle of 282º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4CEC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 76 236 -
CMYK 0.20 0.68 0 0.07
HSL 282º 0.81% 0.61% -
HSV(B) 282º 0.68% 0.93% -
XYZ 38.46 21.92 81.56 -
YUV 127.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 188 76 236 0.20 0.68 0 0.07 282 0.81 0.61
Hex BC 4C EC 14 44 0 7 11A 51 3D
Octal 274 114 354 24 104 0 7 432 121 75
Binary 10111100 1001100 11101100 10100 1000100 0 111 100011010 1010001 111101

Color Harmonies of #BC4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CEC

Black with #BC4CEC

Text Example


Text Example

White with #BC4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CEC; }

 p { color: rgb(188,76,236); }

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

background-color css

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

 a { background-color: rgb(188,76,236); }

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

border-color css

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

 span { border-color: rgb(188,76,236); }

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