Html Css Color HEX #BA2DCA Dark Orchid

📋 copy color: '#BA2DCA'

red 186 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #BA2DCA

Tints of Dark Orchid #BA2DCA

RGB

 RED value IS 186 (73.05% from 255) = 42.96%

 GREEN value IS 45 (17.97% from 255) = 10.39%

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

R = 42.96%
G = 10.39%
B = 46.65%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA2DCA (or 0xBA2DCA) is known color: Dark Orchid. HEX triplet: BA, 2D and CA. RGB value is (186,45,202). Sum of RGB (Red+Green+Blue) = 186+45+202=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA2DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DCA is #45D235. Grayscale: #686868. Windows color (decimal): -4575798 or 13249978. OLE color: 13249978.

HSL color Cylindrical-coordinate representation of color #BA2DCA: hue angle of 293.89º 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 #BA2DCA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 45 202 -
CMYK 0.08 0.78 0 0.21
HSL 293.89º 0.64% 0.48% -
HSV(B) 293.89º 0.78% 0.79% -
XYZ 31.85 16.58 57.4 -
YUV 105.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 186 45 202 0.08 0.78 0 0.21 293.89 0.64 0.48
Hex BA 2D CA 8 4E 0 15 126 40 30
Octal 272 55 312 10 116 0 25 446 100 60
Binary 10111010 101101 11001010 1000 1001110 0 10101 100100110 1000000 110000

Color Harmonies of #BA2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DCA

Black with #BA2DCA

Text Example


Text Example

White with #BA2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DCA; }

 p { color: rgb(186,45,202); }

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

background-color css

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

 a { background-color: rgb(186,45,202); }

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

border-color css

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

 span { border-color: rgb(186,45,202); }

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