Html Css Color HEX #B488ED Biloba Flower

📋 copy color: '#B488ED'

red 180 ◦ green 136 ◦ blue 237

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

Shades of Biloba Flower #B488ED

Tints of Biloba Flower #B488ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 32.55%
G = 24.59%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B488ED (or 0xB488ED) is known color: Biloba Flower. HEX triplet: B4, 88 and ED. RGB value is (180,136,237). Sum of RGB (Red+Green+Blue) = 180+136+237=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B488ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488ED is #4B7712. Grayscale: #A0A0A0. Windows color (decimal): -4945683 or 15567028. OLE color: 15567028.

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

Color convert

RGB 180 136 237 -
CMYK 0.24 0.43 0 0.07
HSL 266.14º 0.74% 0.73% -
HSV(B) 266.14º 0.43% 0.93% -
XYZ 42.91 33.43 84.31 -
YUV 160.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 180 136 237 0.24 0.43 0 0.07 266.14 0.74 0.73
Hex B4 88 ED 18 2B 0 7 10A 4A 49
Octal 264 210 355 30 53 0 7 412 112 111
Binary 10110100 10001000 11101101 11000 101011 0 111 100001010 1001010 1001001

Color Harmonies of #B488ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488ED

Black with #B488ED

Text Example


Text Example

White with #B488ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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