Html Css Color HEX #BC2ACD Dark Orchid

📋 copy color: '#BC2ACD'

red 188 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #BC2ACD

Tints of Dark Orchid #BC2ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 43.22%
G = 9.66%
B = 47.13%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC2ACD (or 0xBC2ACD) is known color: Dark Orchid. HEX triplet: BC, 2A and CD. RGB value is (188,42,205). Sum of RGB (Red+Green+Blue) = 188+42+205=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ACD is #43D532. Grayscale: #676767. Windows color (decimal): -4445491 or 13445820. OLE color: 13445820.

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

Color convert

RGB 188 42 205 -
CMYK 0.08 0.80 0 0.20
HSL 293.74º 0.66% 0.48% -
HSV(B) 293.74º 0.8% 0.8% -
XYZ 32.59 16.76 59.27 -
YUV 104.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 188 42 205 0.08 0.80 0 0.20 293.74 0.66 0.48
Hex BC 2A CD 8 50 0 14 126 42 30
Octal 274 52 315 10 120 0 24 446 102 60
Binary 10111100 101010 11001101 1000 1010000 0 10100 100100110 1000010 110000

Color Harmonies of #BC2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ACD

Black with #BC2ACD

Text Example


Text Example

White with #BC2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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