Html Css Color HEX #B488F9 Biloba Flower

📋 copy color: '#B488F9'

red 180 ◦ green 136 ◦ blue 249

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

Shades of Biloba Flower #B488F9

Tints of Biloba Flower #B488F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 31.86%
G = 24.07%
B = 44.07%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B488F9 (or 0xB488F9) is known color: Biloba Flower. HEX triplet: B4, 88 and F9. RGB value is (180,136,249). Sum of RGB (Red+Green+Blue) = 180+136+249=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B488F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F9 is #4B7706. Grayscale: #A1A1A1. Windows color (decimal): -4945671 or 16353460. OLE color: 16353460.

HSL color Cylindrical-coordinate representation of color #B488F9: hue angle of 263.36º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B488F9 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 136 249 -
CMYK 0.28 0.45 0 0.02
HSL 263.36º 0.9% 0.75% -
HSV(B) 263.36º 0.45% 0.98% -
XYZ 44.73 34.15 93.86 -
YUV 162.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 180 136 249 0.28 0.45 0 0.02 263.36 0.9 0.75
Hex B4 88 F9 1C 2D 0 2 107 5A 4B
Octal 264 210 371 34 55 0 2 407 132 113
Binary 10110100 10001000 11111001 11100 101101 0 10 100000111 1011010 1001011

Color Harmonies of #B488F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488F9

Black with #B488F9

Text Example


Text Example

White with #B488F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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