Html Css Color HEX #BA28CA Dark Orchid

📋 copy color: '#BA28CA'

red 186 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #BA28CA

Tints of Dark Orchid #BA28CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 43.46%
G = 9.35%
B = 47.2%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA28CA (or 0xBA28CA) is known color: Dark Orchid. HEX triplet: BA, 28 and CA. RGB value is (186,40,202). Sum of RGB (Red+Green+Blue) = 186+40+202=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA28CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28CA is #45D735. Grayscale: #656565. Windows color (decimal): -4577078 or 13248698. OLE color: 13248698.

HSL color Cylindrical-coordinate representation of color #BA28CA: hue angle of 294.07º 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 #BA28CA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 40 202 -
CMYK 0.08 0.80 0 0.21
HSL 294.07º 0.67% 0.47% -
HSV(B) 294.07º 0.8% 0.79% -
XYZ 31.67 16.22 57.34 -
YUV 102.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 186 40 202 0.08 0.80 0 0.21 294.07 0.67 0.47
Hex BA 28 CA 8 50 0 15 126 43 2F
Octal 272 50 312 10 120 0 25 446 103 57
Binary 10111010 101000 11001010 1000 1010000 0 10101 100100110 1000011 101111

Color Harmonies of #BA28CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28CA

Black with #BA28CA

Text Example


Text Example

White with #BA28CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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