Html Css Color HEX #B488EC Biloba Flower

📋 copy color: '#B488EC'

red 180 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #B488EC

Tints of Biloba Flower #B488EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 32.61%
G = 24.64%
B = 42.75%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B488EC (or 0xB488EC) is known color: Biloba Flower. HEX triplet: B4, 88 and EC. RGB value is (180,136,236). Sum of RGB (Red+Green+Blue) = 180+136+236=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #B488EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488EC is #4B7713. Grayscale: #A0A0A0. Windows color (decimal): -4945684 or 15501492. OLE color: 15501492.

HSL color Cylindrical-coordinate representation of color #B488EC: hue angle of 266.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B488EC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 136 236 -
CMYK 0.24 0.42 0 0.07
HSL 266.4º 0.72% 0.73% -
HSV(B) 266.4º 0.42% 0.93% -
XYZ 42.77 33.37 83.54 -
YUV 160.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 180 136 236 0.24 0.42 0 0.07 266.4 0.72 0.73
Hex B4 88 EC 18 2A 0 7 10A 48 49
Octal 264 210 354 30 52 0 7 412 110 111
Binary 10110100 10001000 11101100 11000 101010 0 111 100001010 1001000 1001001

Color Harmonies of #B488EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488EC

Black with #B488EC

Text Example


Text Example

White with #B488EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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