Html Css Color HEX #B487DB Biloba Flower

📋 copy color: '#B487DB'

red 180 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #B487DB

Tints of Biloba Flower #B487DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.28%

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

R = 33.71%
G = 25.28%
B = 41.01%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B487DB (or 0xB487DB) is known color: Biloba Flower. HEX triplet: B4, 87 and DB. RGB value is (180,135,219). Sum of RGB (Red+Green+Blue) = 180+135+219=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B487DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487DB is #4B7824. Grayscale: #9D9D9D. Windows color (decimal): -4945957 or 14387124. OLE color: 14387124.

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

Color convert

RGB 180 135 219 -
CMYK 0.18 0.38 0 0.14
HSL 272.14º 0.54% 0.69% -
HSV(B) 272.14º 0.38% 0.86% -
XYZ 40.27 32.15 71.1 -
YUV 158.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 180 135 219 0.18 0.38 0 0.14 272.14 0.54 0.69
Hex B4 87 DB 12 26 0 E 110 36 45
Octal 264 207 333 22 46 0 16 420 66 105
Binary 10110100 10000111 11011011 10010 100110 0 1110 100010000 110110 1000101

Color Harmonies of #B487DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487DB

Black with #B487DB

Text Example


Text Example

White with #B487DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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