Html Css Color HEX #BA28DF Dark Orchid

📋 copy color: '#BA28DF'

red 186 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #BA28DF

Tints of Dark Orchid #BA28DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 41.43%
G = 8.91%
B = 49.67%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA28DF (or 0xBA28DF) is known color: Dark Orchid. HEX triplet: BA, 28 and DF. RGB value is (186,40,223). Sum of RGB (Red+Green+Blue) = 186+40+223=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28DF is #45D720. Grayscale: #676767. Windows color (decimal): -4577057 or 14624954. OLE color: 14624954.

HSL color Cylindrical-coordinate representation of color #BA28DF: hue angle of 287.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA28DF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 40 223 -
CMYK 0.17 0.82 0 0.13
HSL 287.87º 0.74% 0.52% -
HSV(B) 287.87º 0.82% 0.87% -
XYZ 34.33 17.28 71.34 -
YUV 104.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 186 40 223 0.17 0.82 0 0.13 287.87 0.74 0.52
Hex BA 28 DF 11 52 0 D 120 4A 34
Octal 272 50 337 21 122 0 15 440 112 64
Binary 10111010 101000 11011111 10001 1010010 0 1101 100100000 1001010 110100

Color Harmonies of #BA28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28DF

Black with #BA28DF

Text Example


Text Example

White with #BA28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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