Html Css Color HEX #BA88FC Biloba Flower

📋 copy color: '#BA88FC'

red 186 ◦ green 136 ◦ blue 252

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

Shades of Biloba Flower #BA88FC

Tints of Biloba Flower #BA88FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 32.4%
G = 23.69%
B = 43.9%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA88FC (or 0xBA88FC) is known color: Biloba Flower. HEX triplet: BA, 88 and FC. RGB value is (186,136,252). Sum of RGB (Red+Green+Blue) = 186+136+252=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88FC is #457703. Grayscale: #A3A3A3. Windows color (decimal): -4552452 or 16550074. OLE color: 16550074.

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

Color convert

RGB 186 136 252 -
CMYK 0.26 0.46 0 0.01
HSL 265.86º 0.95% 0.76% -
HSV(B) 265.86º 0.46% 0.99% -
XYZ 46.62 35.08 96.41 -
YUV 164.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 186 136 252 0.26 0.46 0 0.01 265.86 0.95 0.76
Hex BA 88 FC 1A 2E 0 1 10A 5F 4C
Octal 272 210 374 32 56 0 1 412 137 114
Binary 10111010 10001000 11111100 11010 101110 0 1 100001010 1011111 1001100

Color Harmonies of #BA88FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88FC

Black with #BA88FC

Text Example


Text Example

White with #BA88FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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