Html Css Color HEX #BA28CB Dark Orchid

📋 copy color: '#BA28CB'

red 186 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #BA28CB

Tints of Dark Orchid #BA28CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 43.36%
G = 9.32%
B = 47.32%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA28CB (or 0xBA28CB) is known color: Dark Orchid. HEX triplet: BA, 28 and CB. RGB value is (186,40,203). Sum of RGB (Red+Green+Blue) = 186+40+203=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28CB is #45D734. Grayscale: #656565. Windows color (decimal): -4577077 or 13314234. OLE color: 13314234.

HSL color Cylindrical-coordinate representation of color #BA28CB: hue angle of 293.74º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA28CB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 40 203 -
CMYK 0.08 0.80 0 0.20
HSL 293.74º 0.67% 0.48% -
HSV(B) 293.74º 0.8% 0.8% -
XYZ 31.79 16.27 57.96 -
YUV 102.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 186 40 203 0.08 0.80 0 0.20 293.74 0.67 0.48
Hex BA 28 CB 8 50 0 14 126 43 30
Octal 272 50 313 10 120 0 24 446 103 60
Binary 10111010 101000 11001011 1000 1010000 0 10100 100100110 1000011 110000

Color Harmonies of #BA28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28CB

Black with #BA28CB

Text Example


Text Example

White with #BA28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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