Html Css Color HEX #BC2AC9 Dark Orchid

📋 copy color: '#BC2AC9'

red 188 ◦ green 42 ◦ blue 201

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

Shades of Dark Orchid #BC2AC9

Tints of Dark Orchid #BC2AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 43.62%
G = 9.74%
B = 46.64%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC2AC9 (or 0xBC2AC9) is known color: Dark Orchid. HEX triplet: BC, 2A and C9. RGB value is (188,42,201). Sum of RGB (Red+Green+Blue) = 188+42+201=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC2AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AC9 is #43D536. Grayscale: #676767. Windows color (decimal): -4445495 or 13183676. OLE color: 13183676.

HSL color Cylindrical-coordinate representation of color #BC2AC9: hue angle of 295.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2AC9 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 42 201 -
CMYK 0.06 0.79 0 0.21
HSL 295.09º 0.65% 0.48% -
HSV(B) 295.09º 0.79% 0.79% -
XYZ 32.11 16.56 56.76 -
YUV 103.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 188 42 201 0.06 0.79 0 0.21 295.09 0.65 0.48
Hex BC 2A C9 6 4F 0 15 127 41 30
Octal 274 52 311 6 117 0 25 447 101 60
Binary 10111100 101010 11001001 110 1001111 0 10101 100100111 1000001 110000

Color Harmonies of #BC2AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AC9

Black with #BC2AC9

Text Example


Text Example

White with #BC2AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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