Html Css Color HEX #BC3ECC Medium Orchid

📋 copy color: '#BC3ECC'

red 188 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #BC3ECC

Tints of Medium Orchid #BC3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 41.41%
G = 13.66%
B = 44.93%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC3ECC (or 0xBC3ECC) is known color: Medium Orchid. HEX triplet: BC, 3E and CC. RGB value is (188,62,204). Sum of RGB (Red+Green+Blue) = 188+62+204=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ECC is #43C133. Grayscale: #737373. Windows color (decimal): -4440372 or 13385404. OLE color: 13385404.

HSL color Cylindrical-coordinate representation of color #BC3ECC: hue angle of 293.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3ECC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 62 204 -
CMYK 0.08 0.70 0 0.2
HSL 293.24º 0.58% 0.52% -
HSV(B) 293.24º 0.7% 0.8% -
XYZ 33.36 18.5 58.94 -
YUV 115.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 188 62 204 0.08 0.70 0 0.2 293.24 0.58 0.52
Hex BC 3E CC 8 46 0 14 125 3A 34
Octal 274 76 314 10 106 0 24 445 72 64
Binary 10111100 111110 11001100 1000 1000110 0 10100 100100101 111010 110100

Color Harmonies of #BC3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3ECC

Black with #BC3ECC

Text Example


Text Example

White with #BC3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3ECC; }

 p { color: rgb(188,62,204); }

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

background-color css

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

 a { background-color: rgb(188,62,204); }

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

border-color css

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

 span { border-color: rgb(188,62,204); }

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