Html Css Color HEX #B489DB Biloba Flower

📋 copy color: '#B489DB'

red 180 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #B489DB

Tints of Biloba Flower #B489DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.56%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 33.58%
G = 25.56%
B = 40.86%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B489DB (or 0xB489DB) is known color: Biloba Flower. HEX triplet: B4, 89 and DB. RGB value is (180,137,219). Sum of RGB (Red+Green+Blue) = 180+137+219=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B489DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489DB is #4B7624. Grayscale: #9E9E9E. Windows color (decimal): -4945445 or 14387636. OLE color: 14387636.

HSL color Cylindrical-coordinate representation of color #B489DB: hue angle of 271.46º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B489DB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 137 219 -
CMYK 0.18 0.37 0 0.14
HSL 271.46º 0.53% 0.7% -
HSV(B) 271.46º 0.37% 0.86% -
XYZ 40.55 32.71 71.19 -
YUV 159.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 180 137 219 0.18 0.37 0 0.14 271.46 0.53 0.7
Hex B4 89 DB 12 25 0 E 10F 35 46
Octal 264 211 333 22 45 0 16 417 65 106
Binary 10110100 10001001 11011011 10010 100101 0 1110 100001111 110101 1000110

Color Harmonies of #B489DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489DB

Black with #B489DB

Text Example


Text Example

White with #B489DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489DB; }

 p { color: rgb(180,137,219); }

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

background-color css

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

 a { background-color: rgb(180,137,219); }

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

border-color css

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

 span { border-color: rgb(180,137,219); }

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