Html Css Color HEX #B488D8 Biloba Flower

📋 copy color: '#B488D8'

red 180 ◦ green 136 ◦ blue 216

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

Shades of Biloba Flower #B488D8

Tints of Biloba Flower #B488D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 33.83%
G = 25.56%
B = 40.6%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B488D8 (or 0xB488D8) is known color: Biloba Flower. HEX triplet: B4, 88 and D8. RGB value is (180,136,216). Sum of RGB (Red+Green+Blue) = 180+136+216=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #B488D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488D8 is #4B7727. Grayscale: #9E9E9E. Windows color (decimal): -4945704 or 14190772. OLE color: 14190772.

HSL color Cylindrical-coordinate representation of color #B488D8: hue angle of 273º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B488D8 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 136 216 -
CMYK 0.17 0.37 0 0.15
HSL 273º 0.51% 0.69% -
HSV(B) 273º 0.37% 0.85% -
XYZ 40.02 32.27 69.09 -
YUV 158.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 180 136 216 0.17 0.37 0 0.15 273 0.51 0.69
Hex B4 88 D8 11 25 0 F 111 33 45
Octal 264 210 330 21 45 0 17 421 63 105
Binary 10110100 10001000 11011000 10001 100101 0 1111 100010001 110011 1000101

Color Harmonies of #B488D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488D8

Black with #B488D8

Text Example


Text Example

White with #B488D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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