Html Css Color HEX #B488FC Biloba Flower

📋 copy color: '#B488FC'

red 180 ◦ green 136 ◦ blue 252

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

Shades of Biloba Flower #B488FC

Tints of Biloba Flower #B488FC

RGB

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

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

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

R = 31.69%
G = 23.94%
B = 44.37%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B488FC (or 0xB488FC) is known color: Biloba Flower. HEX triplet: B4, 88 and FC. RGB value is (180,136,252). Sum of RGB (Red+Green+Blue) = 180+136+252=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #B488FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488FC is #4B7703. Grayscale: #A1A1A1. Windows color (decimal): -4945668 or 16550068. OLE color: 16550068.

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

Color convert

RGB 180 136 252 -
CMYK 0.29 0.46 0 0.01
HSL 262.76º 0.95% 0.76% -
HSV(B) 262.76º 0.46% 0.99% -
XYZ 45.2 34.34 96.34 -
YUV 162.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 180 136 252 0.29 0.46 0 0.01 262.76 0.95 0.76
Hex B4 88 FC 1D 2E 0 1 107 5F 4C
Octal 264 210 374 35 56 0 1 407 137 114
Binary 10110100 10001000 11111100 11101 101110 0 1 100000111 1011111 1001100

Color Harmonies of #B488FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488FC

Black with #B488FC

Text Example


Text Example

White with #B488FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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