Html Css Color HEX #BC2ACE Dark Orchid

📋 copy color: '#BC2ACE'

red 188 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #BC2ACE

Tints of Dark Orchid #BC2ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.63%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 43.12%
G = 9.63%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC2ACE (or 0xBC2ACE) is known color: Dark Orchid. HEX triplet: BC, 2A and CE. RGB value is (188,42,206). Sum of RGB (Red+Green+Blue) = 188+42+206=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ACE is #43D531. Grayscale: #676767. Windows color (decimal): -4445490 or 13511356. OLE color: 13511356.

HSL color Cylindrical-coordinate representation of color #BC2ACE: hue angle of 293.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2ACE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 42 206 -
CMYK 0.09 0.80 0 0.19
HSL 293.41º 0.66% 0.49% -
HSV(B) 293.41º 0.8% 0.81% -
XYZ 32.71 16.8 59.91 -
YUV 104.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 188 42 206 0.09 0.80 0 0.19 293.41 0.66 0.49
Hex BC 2A CE 9 50 0 13 125 42 31
Octal 274 52 316 11 120 0 23 445 102 61
Binary 10111100 101010 11001110 1001 1010000 0 10011 100100101 1000010 110001

Color Harmonies of #BC2ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ACE

Black with #BC2ACE

Text Example


Text Example

White with #BC2ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ACE; }

 p { color: rgb(188,42,206); }

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

background-color css

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

 a { background-color: rgb(188,42,206); }

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

border-color css

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

 span { border-color: rgb(188,42,206); }

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