Html Css Color HEX #BA28C0 Dark Orchid

📋 copy color: '#BA28C0'

red 186 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #BA28C0

Tints of Dark Orchid #BA28C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 44.5%
G = 9.57%
B = 45.93%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA28C0 (or 0xBA28C0) is known color: Dark Orchid. HEX triplet: BA, 28 and C0. RGB value is (186,40,192). Sum of RGB (Red+Green+Blue) = 186+40+192=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA28C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28C0 is #45D73F. Grayscale: #646464. Windows color (decimal): -4577088 or 12593338. OLE color: 12593338.

HSL color Cylindrical-coordinate representation of color #BA28C0: hue angle of 297.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA28C0 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 40 192 -
CMYK 0.03 0.79 0 0.25
HSL 297.63º 0.66% 0.45% -
HSV(B) 297.63º 0.79% 0.75% -
XYZ 30.52 15.76 51.3 -
YUV 100.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 186 40 192 0.03 0.79 0 0.25 297.63 0.66 0.45
Hex BA 28 C0 3 4F 0 19 12A 42 2D
Octal 272 50 300 3 117 0 31 452 102 55
Binary 10111010 101000 11000000 11 1001111 0 11001 100101010 1000010 101101

Color Harmonies of #BA28C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28C0

Black with #BA28C0

Text Example


Text Example

White with #BA28C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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