Html Css Color HEX #B488F1 Biloba Flower

📋 copy color: '#B488F1'

red 180 ◦ green 136 ◦ blue 241

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

Shades of Biloba Flower #B488F1

Tints of Biloba Flower #B488F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 32.32%
G = 24.42%
B = 43.27%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B488F1 (or 0xB488F1) is known color: Biloba Flower. HEX triplet: B4, 88 and F1. RGB value is (180,136,241). Sum of RGB (Red+Green+Blue) = 180+136+241=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #B488F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F1 is #4B770E. Grayscale: #A0A0A0. Windows color (decimal): -4945679 or 15829172. OLE color: 15829172.

HSL color Cylindrical-coordinate representation of color #B488F1: hue angle of 265.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B488F1 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 136 241 -
CMYK 0.25 0.44 0 0.05
HSL 265.14º 0.79% 0.74% -
HSV(B) 265.14º 0.44% 0.95% -
XYZ 43.5 33.66 87.42 -
YUV 161.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 180 136 241 0.25 0.44 0 0.05 265.14 0.79 0.74
Hex B4 88 F1 19 2C 0 5 109 4F 4A
Octal 264 210 361 31 54 0 5 411 117 112
Binary 10110100 10001000 11110001 11001 101100 0 101 100001001 1001111 1001010

Color Harmonies of #B488F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488F1

Black with #B488F1

Text Example


Text Example

White with #B488F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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