Html Css Color HEX #BA2ACA Dark Orchid

📋 copy color: '#BA2ACA'

red 186 ◦ green 42 ◦ blue 202

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

Shades of Dark Orchid #BA2ACA

Tints of Dark Orchid #BA2ACA

RGB

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

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

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

R = 43.26%
G = 9.77%
B = 46.98%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA2ACA (or 0xBA2ACA) is known color: Dark Orchid. HEX triplet: BA, 2A and CA. RGB value is (186,42,202). Sum of RGB (Red+Green+Blue) = 186+42+202=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA2ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ACA is #45D535. Grayscale: #666666. Windows color (decimal): -4576566 or 13249210. OLE color: 13249210.

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

Color convert

RGB 186 42 202 -
CMYK 0.08 0.79 0 0.21
HSL 294º 0.66% 0.48% -
HSV(B) 294º 0.79% 0.79% -
XYZ 31.74 16.36 57.36 -
YUV 103.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 186 42 202 0.08 0.79 0 0.21 294 0.66 0.48
Hex BA 2A CA 8 4F 0 15 126 42 30
Octal 272 52 312 10 117 0 25 446 102 60
Binary 10111010 101010 11001010 1000 1001111 0 10101 100100110 1000010 110000

Color Harmonies of #BA2ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ACA

Black with #BA2ACA

Text Example


Text Example

White with #BA2ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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