Html Css Color HEX #BA2ACF Dark Orchid

📋 copy color: '#BA2ACF'

red 186 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #BA2ACF

Tints of Dark Orchid #BA2ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 42.76%
G = 9.66%
B = 47.59%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA2ACF (or 0xBA2ACF) is known color: Dark Orchid. HEX triplet: BA, 2A and CF. RGB value is (186,42,207). Sum of RGB (Red+Green+Blue) = 186+42+207=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ACF is #45D530. Grayscale: #676767. Windows color (decimal): -4576561 or 13576890. OLE color: 13576890.

HSL color Cylindrical-coordinate representation of color #BA2ACF: hue angle of 292.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2ACF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 42 207 -
CMYK 0.10 0.80 0 0.19
HSL 292.36º 0.66% 0.49% -
HSV(B) 292.36º 0.8% 0.81% -
XYZ 32.34 16.6 60.53 -
YUV 103.87 186.21 186.58 -
System Red Green Blue C M Y K H S L
Decimal 186 42 207 0.10 0.80 0 0.19 292.36 0.66 0.49
Hex BA 2A CF A 50 0 13 124 42 31
Octal 272 52 317 12 120 0 23 444 102 61
Binary 10111010 101010 11001111 1010 1010000 0 10011 100100100 1000010 110001

Color Harmonies of #BA2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ACF

Black with #BA2ACF

Text Example


Text Example

White with #BA2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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