Html Css Color HEX #BA2BD5 Dark Orchid

📋 copy color: '#BA2BD5'

red 186 ◦ green 43 ◦ blue 213

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

Shades of Dark Orchid #BA2BD5

Tints of Dark Orchid #BA2BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 42.08%
G = 9.73%
B = 48.19%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2BD5 (or 0xBA2BD5) is known color: Dark Orchid. HEX triplet: BA, 2B and D5. RGB value is (186,43,213). Sum of RGB (Red+Green+Blue) = 186+43+213=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA2BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BD5 is #45D42A. Grayscale: #686868. Windows color (decimal): -4576299 or 13970362. OLE color: 13970362.

HSL color Cylindrical-coordinate representation of color #BA2BD5: hue angle of 290.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2BD5 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 43 213 -
CMYK 0.13 0.80 0 0.16
HSL 290.47º 0.67% 0.5% -
HSV(B) 290.47º 0.8% 0.84% -
XYZ 33.12 16.97 64.48 -
YUV 105.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 186 43 213 0.13 0.80 0 0.16 290.47 0.67 0.5
Hex BA 2B D5 D 50 0 10 122 43 32
Octal 272 53 325 15 120 0 20 442 103 62
Binary 10111010 101011 11010101 1101 1010000 0 10000 100100010 1000011 110010

Color Harmonies of #BA2BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BD5

Black with #BA2BD5

Text Example


Text Example

White with #BA2BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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