Html Css Color HEX #BA2CD5 Dark Orchid

📋 copy color: '#BA2CD5'

red 186 ◦ green 44 ◦ blue 213

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

Shades of Dark Orchid #BA2CD5

Tints of Dark Orchid #BA2CD5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.93%

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

R = 41.99%
G = 9.93%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2CD5 (or 0xBA2CD5) is known color: Dark Orchid. HEX triplet: BA, 2C and D5. RGB value is (186,44,213). Sum of RGB (Red+Green+Blue) = 186+44+213=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA2CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CD5 is #45D32A. Grayscale: #696969. Windows color (decimal): -4576043 or 13970618. OLE color: 13970618.

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

Color convert

RGB 186 44 213 -
CMYK 0.13 0.79 0 0.16
HSL 290.41º 0.67% 0.5% -
HSV(B) 290.41º 0.79% 0.84% -
XYZ 33.16 17.04 64.49 -
YUV 105.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 186 44 213 0.13 0.79 0 0.16 290.41 0.67 0.5
Hex BA 2C D5 D 4F 0 10 122 43 32
Octal 272 54 325 15 117 0 20 442 103 62
Binary 10111010 101100 11010101 1101 1001111 0 10000 100100010 1000011 110010

Color Harmonies of #BA2CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CD5

Black with #BA2CD5

Text Example


Text Example

White with #BA2CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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