Html Css Color HEX #BA93DD Biloba Flower

📋 copy color: '#BA93DD'

red 186 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #BA93DD

Tints of Biloba Flower #BA93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.53%

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

R = 33.57%
G = 26.53%
B = 39.89%

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

#BA93DD (or 0xBA93DD) is known color: Biloba Flower. HEX triplet: BA, 93 and DD. RGB value is (186,147,221). Sum of RGB (Red+Green+Blue) = 186+147+221=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DD is #456C22. Grayscale: #A6A6A6. Windows color (decimal): -4549667 or 14521274. OLE color: 14521274.

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

Color convert

RGB 186 147 221 -
CMYK 0.16 0.33 0 0.13
HSL 271.62º 0.52% 0.72% -
HSV(B) 271.62º 0.33% 0.87% -
XYZ 43.73 36.53 73.15 -
YUV 167.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 186 147 221 0.16 0.33 0 0.13 271.62 0.52 0.72
Hex BA 93 DD 10 21 0 D 110 34 48
Octal 272 223 335 20 41 0 15 420 64 110
Binary 10111010 10010011 11011101 10000 100001 0 1101 100010000 110100 1001000

Color Harmonies of #BA93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93DD

Black with #BA93DD

Text Example


Text Example

White with #BA93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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