Html Css Color HEX #B387DB Biloba Flower

📋 copy color: '#B387DB'

red 179 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #B387DB

Tints of Biloba Flower #B387DB

RGB

 RED value IS 179 (70.31% from 255) = 33.58%

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

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

R = 33.58%
G = 25.33%
B = 41.09%

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

#B387DB (or 0xB387DB) is known color: Biloba Flower. HEX triplet: B3, 87 and DB. RGB value is (179,135,219). Sum of RGB (Red+Green+Blue) = 179+135+219=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B387DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387DB is #4C7824. Grayscale: #9D9D9D. Windows color (decimal): -5011493 or 14387123. OLE color: 14387123.

HSL color Cylindrical-coordinate representation of color #B387DB: hue angle of 271.43º 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 #B387DB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 135 219 -
CMYK 0.18 0.38 0 0.14
HSL 271.43º 0.54% 0.69% -
HSV(B) 271.43º 0.38% 0.86% -
XYZ 40.04 32.03 71.09 -
YUV 157.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 179 135 219 0.18 0.38 0 0.14 271.43 0.54 0.69
Hex B3 87 DB 12 26 0 E 10F 36 45
Octal 263 207 333 22 46 0 16 417 66 105
Binary 10110011 10000111 11011011 10010 100110 0 1110 100001111 110110 1000101

Color Harmonies of #B387DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387DB

Black with #B387DB

Text Example


Text Example

White with #B387DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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