Html Css Color HEX #BA2FD5 Dark Orchid

📋 copy color: '#BA2FD5'

red 186 ◦ green 47 ◦ blue 213

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

Shades of Dark Orchid #BA2FD5

Tints of Dark Orchid #BA2FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

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

R = 41.7%
G = 10.54%
B = 47.76%

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

#BA2FD5 (or 0xBA2FD5) is known color: Dark Orchid. HEX triplet: BA, 2F and D5. RGB value is (186,47,213). Sum of RGB (Red+Green+Blue) = 186+47+213=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA2FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FD5 is #45D02A. Grayscale: #6A6A6A. Windows color (decimal): -4575275 or 13971386. OLE color: 13971386.

HSL color Cylindrical-coordinate representation of color #BA2FD5: hue angle of 290.24º degrees, saturation: 0.66, 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 #BA2FD5 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 47 213 -
CMYK 0.13 0.78 0 0.16
HSL 290.24º 0.66% 0.51% -
HSV(B) 290.24º 0.78% 0.84% -
XYZ 33.28 17.28 64.53 -
YUV 107.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 186 47 213 0.13 0.78 0 0.16 290.24 0.66 0.51
Hex BA 2F D5 D 4E 0 10 122 42 33
Octal 272 57 325 15 116 0 20 442 102 63
Binary 10111010 101111 11010101 1101 1001110 0 10000 100100010 1000010 110011

Color Harmonies of #BA2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FD5

Black with #BA2FD5

Text Example


Text Example

White with #BA2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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