Html Css Color HEX #BC2ACC Dark Orchid

📋 copy color: '#BC2ACC'

red 188 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #BC2ACC

Tints of Dark Orchid #BC2ACC

RGB

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

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

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

R = 43.32%
G = 9.68%
B = 47%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC2ACC (or 0xBC2ACC) is known color: Dark Orchid. HEX triplet: BC, 2A and CC. RGB value is (188,42,204). Sum of RGB (Red+Green+Blue) = 188+42+204=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ACC is #43D533. Grayscale: #676767. Windows color (decimal): -4445492 or 13380284. OLE color: 13380284.

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

Color convert

RGB 188 42 204 -
CMYK 0.08 0.79 0 0.2
HSL 294.07º 0.66% 0.48% -
HSV(B) 294.07º 0.79% 0.8% -
XYZ 32.47 16.71 58.64 -
YUV 104.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 188 42 204 0.08 0.79 0 0.2 294.07 0.66 0.48
Hex BC 2A CC 8 4F 0 14 126 42 30
Octal 274 52 314 10 117 0 24 446 102 60
Binary 10111100 101010 11001100 1000 1001111 0 10100 100100110 1000010 110000

Color Harmonies of #BC2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ACC

Black with #BC2ACC

Text Example


Text Example

White with #BC2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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