Html Css Color HEX #B388DB Biloba Flower

📋 copy color: '#B388DB'

red 179 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #B388DB

Tints of Biloba Flower #B388DB

RGB

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

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

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

R = 33.52%
G = 25.47%
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

#B388DB (or 0xB388DB) is known color: Biloba Flower. HEX triplet: B3, 88 and DB. RGB value is (179,136,219). Sum of RGB (Red+Green+Blue) = 179+136+219=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 136 (53.52% from 255 or 25.47% 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 #B388DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388DB is #4C7724. Grayscale: #9E9E9E. Windows color (decimal): -5011237 or 14387379. OLE color: 14387379.

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

Color convert

RGB 179 136 219 -
CMYK 0.18 0.38 0 0.14
HSL 271.08º 0.54% 0.7% -
HSV(B) 271.08º 0.38% 0.86% -
XYZ 40.18 32.31 71.14 -
YUV 158.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 179 136 219 0.18 0.38 0 0.14 271.08 0.54 0.7
Hex B3 88 DB 12 26 0 E 10F 36 46
Octal 263 210 333 22 46 0 16 417 66 106
Binary 10110011 10001000 11011011 10010 100110 0 1110 100001111 110110 1000110

Color Harmonies of #B388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388DB

Black with #B388DB

Text Example


Text Example

White with #B388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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