Html Css Color HEX #BA28D8 Dark Orchid

📋 copy color: '#BA28D8'

red 186 ◦ green 40 ◦ blue 216

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

Shades of Dark Orchid #BA28D8

Tints of Dark Orchid #BA28D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 42.08%
G = 9.05%
B = 48.87%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA28D8 (or 0xBA28D8) is known color: Dark Orchid. HEX triplet: BA, 28 and D8. RGB value is (186,40,216). Sum of RGB (Red+Green+Blue) = 186+40+216=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA28D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28D8 is #45D727. Grayscale: #676767. Windows color (decimal): -4577064 or 14166202. OLE color: 14166202.

HSL color Cylindrical-coordinate representation of color #BA28D8: hue angle of 289.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA28D8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 40 216 -
CMYK 0.14 0.81 0 0.15
HSL 289.77º 0.69% 0.5% -
HSV(B) 289.77º 0.81% 0.85% -
XYZ 33.4 16.91 66.47 -
YUV 103.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 186 40 216 0.14 0.81 0 0.15 289.77 0.69 0.5
Hex BA 28 D8 E 51 0 F 122 45 32
Octal 272 50 330 16 121 0 17 442 105 62
Binary 10111010 101000 11011000 1110 1010001 0 1111 100100010 1000101 110010

Color Harmonies of #BA28D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28D8

Black with #BA28D8

Text Example


Text Example

White with #BA28D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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