Html Css Color HEX #BA28C9 Dark Orchid

📋 copy color: '#BA28C9'

red 186 ◦ green 40 ◦ blue 201

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

Shades of Dark Orchid #BA28C9

Tints of Dark Orchid #BA28C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 43.56%
G = 9.37%
B = 47.07%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA28C9 (or 0xBA28C9) is known color: Dark Orchid. HEX triplet: BA, 28 and C9. RGB value is (186,40,201). Sum of RGB (Red+Green+Blue) = 186+40+201=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA28C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28C9 is #45D736. Grayscale: #656565. Windows color (decimal): -4577079 or 13183162. OLE color: 13183162.

HSL color Cylindrical-coordinate representation of color #BA28C9: hue angle of 294.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA28C9 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 40 201 -
CMYK 0.07 0.80 0 0.21
HSL 294.41º 0.67% 0.47% -
HSV(B) 294.41º 0.8% 0.79% -
XYZ 31.55 16.17 56.72 -
YUV 102.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 186 40 201 0.07 0.80 0 0.21 294.41 0.67 0.47
Hex BA 28 C9 7 50 0 15 126 43 2F
Octal 272 50 311 7 120 0 25 446 103 57
Binary 10111010 101000 11001001 111 1010000 0 10101 100100110 1000011 101111

Color Harmonies of #BA28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28C9

Black with #BA28C9

Text Example


Text Example

White with #BA28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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