Html Css Color HEX #B488DD Biloba Flower

📋 copy color: '#B488DD'

red 180 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #B488DD

Tints of Biloba Flower #B488DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 33.52%
G = 25.33%
B = 41.15%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B488DD (or 0xB488DD) is known color: Biloba Flower. HEX triplet: B4, 88 and DD. RGB value is (180,136,221). Sum of RGB (Red+Green+Blue) = 180+136+221=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B488DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488DD is #4B7722. Grayscale: #9E9E9E. Windows color (decimal): -4945699 or 14518452. OLE color: 14518452.

HSL color Cylindrical-coordinate representation of color #B488DD: hue angle of 271.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B488DD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 136 221 -
CMYK 0.19 0.38 0 0.13
HSL 271.06º 0.56% 0.7% -
HSV(B) 271.06º 0.38% 0.87% -
XYZ 40.68 32.53 72.54 -
YUV 158.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 180 136 221 0.19 0.38 0 0.13 271.06 0.56 0.7
Hex B4 88 DD 13 26 0 D 10F 38 46
Octal 264 210 335 23 46 0 15 417 70 106
Binary 10110100 10001000 11011101 10011 100110 0 1101 100001111 111000 1000110

Color Harmonies of #B488DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488DD

Black with #B488DD

Text Example


Text Example

White with #B488DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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