Html Css Color HEX #B388D7 Biloba Flower

📋 copy color: '#B388D7'

red 179 ◦ green 136 ◦ blue 215

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

Shades of Biloba Flower #B388D7

Tints of Biloba Flower #B388D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 33.77%
G = 25.66%
B = 40.57%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B388D7 (or 0xB388D7) is known color: Biloba Flower. HEX triplet: B3, 88 and D7. RGB value is (179,136,215). Sum of RGB (Red+Green+Blue) = 179+136+215=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #B388D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388D7 is #4C7728. Grayscale: #9D9D9D. Windows color (decimal): -5011241 or 14125235. OLE color: 14125235.

HSL color Cylindrical-coordinate representation of color #B388D7: hue angle of 272.66º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B388D7 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 136 215 -
CMYK 0.17 0.37 0 0.16
HSL 272.66º 0.5% 0.69% -
HSV(B) 272.66º 0.37% 0.84% -
XYZ 39.66 32.1 68.4 -
YUV 157.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 179 136 215 0.17 0.37 0 0.16 272.66 0.5 0.69
Hex B3 88 D7 11 25 0 10 111 32 45
Octal 263 210 327 21 45 0 20 421 62 105
Binary 10110011 10001000 11010111 10001 100101 0 10000 100010001 110010 1000101

Color Harmonies of #B388D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388D7

Black with #B388D7

Text Example


Text Example

White with #B388D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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