Html Css Color HEX #BA88ED Biloba Flower

📋 copy color: '#BA88ED'

red 186 ◦ green 136 ◦ blue 237

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

Shades of Biloba Flower #BA88ED

Tints of Biloba Flower #BA88ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 33.27%
G = 24.33%
B = 42.4%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA88ED (or 0xBA88ED) is known color: Biloba Flower. HEX triplet: BA, 88 and ED. RGB value is (186,136,237). Sum of RGB (Red+Green+Blue) = 186+136+237=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88ED is #457712. Grayscale: #A2A2A2. Windows color (decimal): -4552467 or 15567034. OLE color: 15567034.

HSL color Cylindrical-coordinate representation of color #BA88ED: hue angle of 269.7º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA88ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 136 237 -
CMYK 0.22 0.43 0 0.07
HSL 269.7º 0.74% 0.73% -
HSV(B) 269.7º 0.43% 0.93% -
XYZ 44.34 34.16 84.38 -
YUV 162.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 186 136 237 0.22 0.43 0 0.07 269.7 0.74 0.73
Hex BA 88 ED 16 2B 0 7 10E 4A 49
Octal 272 210 355 26 53 0 7 416 112 111
Binary 10111010 10001000 11101101 10110 101011 0 111 100001110 1001010 1001001

Color Harmonies of #BA88ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88ED

Black with #BA88ED

Text Example


Text Example

White with #BA88ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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