Html Css Color HEX #BA28DA Dark Orchid

📋 copy color: '#BA28DA'

red 186 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #BA28DA

Tints of Dark Orchid #BA28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 41.89%
G = 9.01%
B = 49.1%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA28DA (or 0xBA28DA) is known color: Dark Orchid. HEX triplet: BA, 28 and DA. RGB value is (186,40,218). Sum of RGB (Red+Green+Blue) = 186+40+218=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28DA is #45D725. Grayscale: #676767. Windows color (decimal): -4577062 or 14297274. OLE color: 14297274.

HSL color Cylindrical-coordinate representation of color #BA28DA: hue angle of 289.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA28DA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 40 218 -
CMYK 0.15 0.82 0 0.15
HSL 289.21º 0.71% 0.51% -
HSV(B) 289.21º 0.82% 0.85% -
XYZ 33.66 17.02 67.84 -
YUV 103.95 192.37 186.53 -
System Red Green Blue C M Y K H S L
Decimal 186 40 218 0.15 0.82 0 0.15 289.21 0.71 0.51
Hex BA 28 DA F 52 0 F 121 47 33
Octal 272 50 332 17 122 0 17 441 107 63
Binary 10111010 101000 11011010 1111 1010010 0 1111 100100001 1000111 110011

Color Harmonies of #BA28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28DA

Black with #BA28DA

Text Example


Text Example

White with #BA28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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