Html Css Color HEX #BA2BDC Dark Orchid

📋 copy color: '#BA2BDC'

red 186 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #BA2BDC

Tints of Dark Orchid #BA2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 41.43%
G = 9.58%
B = 49%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA2BDC (or 0xBA2BDC) is known color: Dark Orchid. HEX triplet: BA, 2B and DC. RGB value is (186,43,220). Sum of RGB (Red+Green+Blue) = 186+43+220=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BDC is #45D423. Grayscale: #696969. Windows color (decimal): -4576292 or 14429114. OLE color: 14429114.

HSL color Cylindrical-coordinate representation of color #BA2BDC: hue angle of 288.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2BDC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 43 220 -
CMYK 0.15 0.80 0 0.14
HSL 288.47º 0.72% 0.52% -
HSV(B) 288.47º 0.8% 0.86% -
XYZ 34.03 17.33 69.26 -
YUV 105.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 186 43 220 0.15 0.80 0 0.14 288.47 0.72 0.52
Hex BA 2B DC F 50 0 E 120 48 34
Octal 272 53 334 17 120 0 16 440 110 64
Binary 10111010 101011 11011100 1111 1010000 0 1110 100100000 1001000 110100

Color Harmonies of #BA2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BDC

Black with #BA2BDC

Text Example


Text Example

White with #BA2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BDC; }

 p { color: rgb(186,43,220); }

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

background-color css

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

 a { background-color: rgb(186,43,220); }

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

border-color css

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

 span { border-color: rgb(186,43,220); }

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