Html Css Color HEX #BA96DD Biloba Flower

📋 copy color: '#BA96DD'

red 186 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #BA96DD

Tints of Biloba Flower #BA96DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.93%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 33.39%
G = 26.93%
B = 39.68%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA96DD (or 0xBA96DD) is known color: Biloba Flower. HEX triplet: BA, 96 and DD. RGB value is (186,150,221). Sum of RGB (Red+Green+Blue) = 186+150+221=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DD is #456922. Grayscale: #A8A8A8. Windows color (decimal): -4548899 or 14522042. OLE color: 14522042.

HSL color Cylindrical-coordinate representation of color #BA96DD: hue angle of 270.42º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA96DD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 150 221 -
CMYK 0.16 0.32 0 0.13
HSL 270.42º 0.51% 0.73% -
HSV(B) 270.42º 0.32% 0.87% -
XYZ 44.21 37.47 73.31 -
YUV 168.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 186 150 221 0.16 0.32 0 0.13 270.42 0.51 0.73
Hex BA 96 DD 10 20 0 D 10E 33 49
Octal 272 226 335 20 40 0 15 416 63 111
Binary 10111010 10010110 11011101 10000 100000 0 1101 100001110 110011 1001001

Color Harmonies of #BA96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96DD

Black with #BA96DD

Text Example


Text Example

White with #BA96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96DD; }

 p { color: rgb(186,150,221); }

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

background-color css

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

 a { background-color: rgb(186,150,221); }

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

border-color css

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

 span { border-color: rgb(186,150,221); }

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