Html Css Color HEX #BA88FA Biloba Flower

📋 copy color: '#BA88FA'

red 186 ◦ green 136 ◦ blue 250

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

Shades of Biloba Flower #BA88FA

Tints of Biloba Flower #BA88FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 32.52%
G = 23.78%
B = 43.71%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA88FA (or 0xBA88FA) is known color: Biloba Flower. HEX triplet: BA, 88 and FA. RGB value is (186,136,250). Sum of RGB (Red+Green+Blue) = 186+136+250=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88FA is #457705. Grayscale: #A3A3A3. Windows color (decimal): -4552454 or 16419002. OLE color: 16419002.

HSL color Cylindrical-coordinate representation of color #BA88FA: hue angle of 266.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA88FA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 136 250 -
CMYK 0.26 0.46 0 0.02
HSL 266.32º 0.92% 0.76% -
HSV(B) 266.32º 0.46% 0.98% -
XYZ 46.31 34.95 94.75 -
YUV 163.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 186 136 250 0.26 0.46 0 0.02 266.32 0.92 0.76
Hex BA 88 FA 1A 2E 0 2 10A 5C 4C
Octal 272 210 372 32 56 0 2 412 134 114
Binary 10111010 10001000 11111010 11010 101110 0 10 100001010 1011100 1001100

Color Harmonies of #BA88FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88FA

Black with #BA88FA

Text Example


Text Example

White with #BA88FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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