Html Css Color HEX #BA95DD Biloba Flower

📋 copy color: '#BA95DD'

red 186 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #BA95DD

Tints of Biloba Flower #BA95DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.8%

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

R = 33.45%
G = 26.8%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA95DD (or 0xBA95DD) is known color: Biloba Flower. HEX triplet: BA, 95 and DD. RGB value is (186,149,221). Sum of RGB (Red+Green+Blue) = 186+149+221=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DD is #456A22. Grayscale: #A8A8A8. Windows color (decimal): -4549155 or 14521786. OLE color: 14521786.

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

Color convert

RGB 186 149 221 -
CMYK 0.16 0.33 0 0.13
HSL 270.83º 0.51% 0.73% -
HSV(B) 270.83º 0.33% 0.87% -
XYZ 44.05 37.15 73.26 -
YUV 168.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 186 149 221 0.16 0.33 0 0.13 270.83 0.51 0.73
Hex BA 95 DD 10 21 0 D 10F 33 49
Octal 272 225 335 20 41 0 15 417 63 111
Binary 10111010 10010101 11011101 10000 100001 0 1101 100001111 110011 1001001

Color Harmonies of #BA95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95DD

Black with #BA95DD

Text Example


Text Example

White with #BA95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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