Html Css Color HEX #B488FA Biloba Flower

📋 copy color: '#B488FA'

red 180 ◦ green 136 ◦ blue 250

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

Shades of Biloba Flower #B488FA

Tints of Biloba Flower #B488FA

RGB

 RED value IS 180 (70.7% from 255) = 31.8%

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

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

R = 31.8%
G = 24.03%
B = 44.17%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B488FA (or 0xB488FA) is known color: Biloba Flower. HEX triplet: B4, 88 and FA. RGB value is (180,136,250). Sum of RGB (Red+Green+Blue) = 180+136+250=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B488FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488FA is #4B7705. Grayscale: #A1A1A1. Windows color (decimal): -4945670 or 16418996. OLE color: 16418996.

HSL color Cylindrical-coordinate representation of color #B488FA: hue angle of 263.16º 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 #B488FA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 136 250 -
CMYK 0.28 0.46 0 0.02
HSL 263.16º 0.92% 0.76% -
HSV(B) 263.16º 0.46% 0.98% -
XYZ 44.88 34.21 94.68 -
YUV 162.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 180 136 250 0.28 0.46 0 0.02 263.16 0.92 0.76
Hex B4 88 FA 1C 2E 0 2 107 5C 4C
Octal 264 210 372 34 56 0 2 407 134 114
Binary 10110100 10001000 11111010 11100 101110 0 10 100000111 1011100 1001100

Color Harmonies of #B488FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488FA

Black with #B488FA

Text Example


Text Example

White with #B488FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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