Html Css Color HEX #BC2CCA Dark Orchid

📋 copy color: '#BC2CCA'

red 188 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #BC2CCA

Tints of Dark Orchid #BC2CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.14%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 43.32%
G = 10.14%
B = 46.54%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC2CCA (or 0xBC2CCA) is known color: Dark Orchid. HEX triplet: BC, 2C and CA. RGB value is (188,44,202). Sum of RGB (Red+Green+Blue) = 188+44+202=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC2CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CCA is #43D335. Grayscale: #686868. Windows color (decimal): -4444982 or 13249724. OLE color: 13249724.

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

Color convert

RGB 188 44 202 -
CMYK 0.07 0.78 0 0.21
HSL 294.68º 0.64% 0.48% -
HSV(B) 294.68º 0.78% 0.79% -
XYZ 32.3 16.76 57.41 -
YUV 105.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 188 44 202 0.07 0.78 0 0.21 294.68 0.64 0.48
Hex BC 2C CA 7 4E 0 15 127 40 30
Octal 274 54 312 7 116 0 25 447 100 60
Binary 10111100 101100 11001010 111 1001110 0 10101 100100111 1000000 110000

Color Harmonies of #BC2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CCA

Black with #BC2CCA

Text Example


Text Example

White with #BC2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CCA; }

 p { color: rgb(188,44,202); }

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

background-color css

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

 a { background-color: rgb(188,44,202); }

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

border-color css

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

 span { border-color: rgb(188,44,202); }

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