Html Css Color HEX #BC32EC Medium Orchid

📋 copy color: '#BC32EC'

red 188 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #BC32EC

Tints of Medium Orchid #BC32EC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.55%

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

R = 39.66%
G = 10.55%
B = 49.79%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC32EC (or 0xBC32EC) is known color: Medium Orchid. HEX triplet: BC, 32 and EC. RGB value is (188,50,236). Sum of RGB (Red+Green+Blue) = 188+50+236=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32EC is #43CD13. Grayscale: #6F6F6F. Windows color (decimal): -4443412 or 15479484. OLE color: 15479484.

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

Color convert

RGB 188 50 236 -
CMYK 0.20 0.79 0 0.07
HSL 284.52º 0.83% 0.56% -
HSV(B) 284.52º 0.79% 0.93% -
XYZ 37.02 19.03 81.08 -
YUV 112.47 197.72 181.88 -
System Red Green Blue C M Y K H S L
Decimal 188 50 236 0.20 0.79 0 0.07 284.52 0.83 0.56
Hex BC 32 EC 14 4F 0 7 11D 53 38
Octal 274 62 354 24 117 0 7 435 123 70
Binary 10111100 110010 11101100 10100 1001111 0 111 100011101 1010011 111000

Color Harmonies of #BC32EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32EC

Black with #BC32EC

Text Example


Text Example

White with #BC32EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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