Html Css Color HEX #BA28D5 Dark Orchid

📋 copy color: '#BA28D5'

red 186 ◦ green 40 ◦ blue 213

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

Shades of Dark Orchid #BA28D5

Tints of Dark Orchid #BA28D5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

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

R = 42.37%
G = 9.11%
B = 48.52%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA28D5 (or 0xBA28D5) is known color: Dark Orchid. HEX triplet: BA, 28 and D5. RGB value is (186,40,213). Sum of RGB (Red+Green+Blue) = 186+40+213=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA28D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28D5 is #45D72A. Grayscale: #666666. Windows color (decimal): -4577067 or 13969594. OLE color: 13969594.

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

Color convert

RGB 186 40 213 -
CMYK 0.13 0.81 0 0.16
HSL 290.64º 0.68% 0.5% -
HSV(B) 290.64º 0.81% 0.84% -
XYZ 33.02 16.76 64.45 -
YUV 103.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 186 40 213 0.13 0.81 0 0.16 290.64 0.68 0.5
Hex BA 28 D5 D 51 0 10 123 44 32
Octal 272 50 325 15 121 0 20 443 104 62
Binary 10111010 101000 11010101 1101 1010001 0 10000 100100011 1000100 110010

Color Harmonies of #BA28D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28D5

Black with #BA28D5

Text Example


Text Example

White with #BA28D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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