Html Css Color HEX #BA88F5 Biloba Flower

📋 copy color: '#BA88F5'

red 186 ◦ green 136 ◦ blue 245

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

Shades of Biloba Flower #BA88F5

Tints of Biloba Flower #BA88F5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.99%

 BLUE value IS 245 (96.09% from 255) = 43.21%

R = 32.8%
G = 23.99%
B = 43.21%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA88F5 (or 0xBA88F5) is known color: Biloba Flower. HEX triplet: BA, 88 and F5. RGB value is (186,136,245). Sum of RGB (Red+Green+Blue) = 186+136+245=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA88F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88F5 is #45770A. Grayscale: #A2A2A2. Windows color (decimal): -4552459 or 16091322. OLE color: 16091322.

HSL color Cylindrical-coordinate representation of color #BA88F5: hue angle of 267.52º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA88F5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 136 245 -
CMYK 0.24 0.44 0 0.04
HSL 267.52º 0.84% 0.75% -
HSV(B) 267.52º 0.44% 0.96% -
XYZ 45.54 34.64 90.67 -
YUV 163.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 186 136 245 0.24 0.44 0 0.04 267.52 0.84 0.75
Hex BA 88 F5 18 2C 0 4 10C 54 4B
Octal 272 210 365 30 54 0 4 414 124 113
Binary 10111010 10001000 11110101 11000 101100 0 100 100001100 1010100 1001011

Color Harmonies of #BA88F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88F5

Black with #BA88F5

Text Example


Text Example

White with #BA88F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88F5; }

 p { color: rgb(186,136,245); }

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

background-color css

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

 a { background-color: rgb(186,136,245); }

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

border-color css

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

 span { border-color: rgb(186,136,245); }

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