Html Css Color HEX #B488DF Biloba Flower

📋 copy color: '#B488DF'

red 180 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B488DF

Tints of Biloba Flower #B488DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 33.4%
G = 25.23%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B488DF (or 0xB488DF) is known color: Biloba Flower. HEX triplet: B4, 88 and DF. RGB value is (180,136,223). Sum of RGB (Red+Green+Blue) = 180+136+223=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B488DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488DF is #4B7720. Grayscale: #9E9E9E. Windows color (decimal): -4945697 or 14649524. OLE color: 14649524.

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

Color convert

RGB 180 136 223 -
CMYK 0.19 0.39 0 0.13
HSL 270.34º 0.58% 0.7% -
HSV(B) 270.34º 0.39% 0.87% -
XYZ 40.95 32.64 73.95 -
YUV 159.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 180 136 223 0.19 0.39 0 0.13 270.34 0.58 0.7
Hex B4 88 DF 13 27 0 D 10E 3A 46
Octal 264 210 337 23 47 0 15 416 72 106
Binary 10110100 10001000 11011111 10011 100111 0 1101 100001110 111010 1000110

Color Harmonies of #B488DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488DF

Black with #B488DF

Text Example


Text Example

White with #B488DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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