Html Css Color HEX #B388DC Biloba Flower

📋 copy color: '#B388DC'

red 179 ◦ green 136 ◦ blue 220

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

Shades of Biloba Flower #B388DC

Tints of Biloba Flower #B388DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 33.46%
G = 25.42%
B = 41.12%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B388DC (or 0xB388DC) is known color: Biloba Flower. HEX triplet: B3, 88 and DC. RGB value is (179,136,220). Sum of RGB (Red+Green+Blue) = 179+136+220=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B388DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388DC is #4C7723. Grayscale: #9E9E9E. Windows color (decimal): -5011236 or 14452915. OLE color: 14452915.

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

Color convert

RGB 179 136 220 -
CMYK 0.19 0.38 0 0.14
HSL 270.71º 0.55% 0.7% -
HSV(B) 270.71º 0.38% 0.86% -
XYZ 40.31 32.36 71.83 -
YUV 158.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 179 136 220 0.19 0.38 0 0.14 270.71 0.55 0.7
Hex B3 88 DC 13 26 0 E 10F 37 46
Octal 263 210 334 23 46 0 16 417 67 106
Binary 10110011 10001000 11011100 10011 100110 0 1110 100001111 110111 1000110

Color Harmonies of #B388DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388DC

Black with #B388DC

Text Example


Text Example

White with #B388DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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