Html Css Color HEX #BC2ECC Dark Orchid

📋 copy color: '#BC2ECC'

red 188 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #BC2ECC

Tints of Dark Orchid #BC2ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

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

R = 42.92%
G = 10.5%
B = 46.58%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC2ECC (or 0xBC2ECC) is known color: Dark Orchid. HEX triplet: BC, 2E and CC. RGB value is (188,46,204). Sum of RGB (Red+Green+Blue) = 188+46+204=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ECC is #43D133. Grayscale: #696969. Windows color (decimal): -4444468 or 13381308. OLE color: 13381308.

HSL color Cylindrical-coordinate representation of color #BC2ECC: hue angle of 293.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2ECC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 46 204 -
CMYK 0.08 0.77 0 0.2
HSL 293.92º 0.63% 0.49% -
HSV(B) 293.92º 0.77% 0.8% -
XYZ 32.62 17 58.69 -
YUV 106.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 188 46 204 0.08 0.77 0 0.2 293.92 0.63 0.49
Hex BC 2E CC 8 4D 0 14 126 3F 31
Octal 274 56 314 10 115 0 24 446 77 61
Binary 10111100 101110 11001100 1000 1001101 0 10100 100100110 111111 110001

Color Harmonies of #BC2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ECC

Black with #BC2ECC

Text Example


Text Example

White with #BC2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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