Html Css Color HEX #BA2BCD Dark Orchid

📋 copy color: '#BA2BCD'

red 186 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #BA2BCD

Tints of Dark Orchid #BA2BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 42.86%
G = 9.91%
B = 47.24%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA2BCD (or 0xBA2BCD) is known color: Dark Orchid. HEX triplet: BA, 2B and CD. RGB value is (186,43,205). Sum of RGB (Red+Green+Blue) = 186+43+205=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BCD is #45D432. Grayscale: #676767. Windows color (decimal): -4576307 or 13446074. OLE color: 13446074.

HSL color Cylindrical-coordinate representation of color #BA2BCD: hue angle of 292.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2BCD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 43 205 -
CMYK 0.09 0.79 0 0.20
HSL 292.96º 0.65% 0.49% -
HSV(B) 292.96º 0.79% 0.8% -
XYZ 32.13 16.57 59.26 -
YUV 104.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 186 43 205 0.09 0.79 0 0.20 292.96 0.65 0.49
Hex BA 2B CD 9 4F 0 14 125 41 31
Octal 272 53 315 11 117 0 24 445 101 61
Binary 10111010 101011 11001101 1001 1001111 0 10100 100100101 1000001 110001

Color Harmonies of #BA2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BCD

Black with #BA2BCD

Text Example


Text Example

White with #BA2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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