Html Css Color HEX #B488FB Biloba Flower

📋 copy color: '#B488FB'

red 180 ◦ green 136 ◦ blue 251

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

Shades of Biloba Flower #B488FB

Tints of Biloba Flower #B488FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 31.75%
G = 23.99%
B = 44.27%

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

#B488FB (or 0xB488FB) is known color: Biloba Flower. HEX triplet: B4, 88 and FB. RGB value is (180,136,251). Sum of RGB (Red+Green+Blue) = 180+136+251=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #B488FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488FB is #4B7704. Grayscale: #A1A1A1. Windows color (decimal): -4945669 or 16484532. OLE color: 16484532.

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

Color convert

RGB 180 136 251 -
CMYK 0.28 0.46 0 0.02
HSL 262.96º 0.93% 0.76% -
HSV(B) 262.96º 0.46% 0.98% -
XYZ 45.04 34.28 95.51 -
YUV 162.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 180 136 251 0.28 0.46 0 0.02 262.96 0.93 0.76
Hex B4 88 FB 1C 2E 0 2 107 5D 4C
Octal 264 210 373 34 56 0 2 407 135 114
Binary 10110100 10001000 11111011 11100 101110 0 10 100000111 1011101 1001100

Color Harmonies of #B488FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488FB

Black with #B488FB

Text Example


Text Example

White with #B488FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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