Html Css Color HEX #BA2ED5 Dark Orchid

📋 copy color: '#BA2ED5'

red 186 ◦ green 46 ◦ blue 213

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

Shades of Dark Orchid #BA2ED5

Tints of Dark Orchid #BA2ED5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.34%

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

R = 41.8%
G = 10.34%
B = 47.87%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2ED5 (or 0xBA2ED5) is known color: Dark Orchid. HEX triplet: BA, 2E and D5. RGB value is (186,46,213). Sum of RGB (Red+Green+Blue) = 186+46+213=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ED5 is #45D12A. Grayscale: #6A6A6A. Windows color (decimal): -4575531 or 13971130. OLE color: 13971130.

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

Color convert

RGB 186 46 213 -
CMYK 0.13 0.78 0 0.16
HSL 290.3º 0.67% 0.51% -
HSV(B) 290.3º 0.78% 0.84% -
XYZ 33.24 17.2 64.52 -
YUV 106.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 186 46 213 0.13 0.78 0 0.16 290.3 0.67 0.51
Hex BA 2E D5 D 4E 0 10 122 43 33
Octal 272 56 325 15 116 0 20 442 103 63
Binary 10111010 101110 11010101 1101 1001110 0 10000 100100010 1000011 110011

Color Harmonies of #BA2ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ED5

Black with #BA2ED5

Text Example


Text Example

White with #BA2ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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