Html Css Color HEX #B388DF Biloba Flower

📋 copy color: '#B388DF'

red 179 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B388DF

Tints of Biloba Flower #B388DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 33.27%
G = 25.28%
B = 41.45%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B388DF (or 0xB388DF) is known color: Biloba Flower. HEX triplet: B3, 88 and DF. RGB value is (179,136,223). Sum of RGB (Red+Green+Blue) = 179+136+223=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B388DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388DF is #4C7720. Grayscale: #9E9E9E. Windows color (decimal): -5011233 or 14649523. OLE color: 14649523.

HSL color Cylindrical-coordinate representation of color #B388DF: hue angle of 269.66º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B388DF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 136 223 -
CMYK 0.20 0.39 0 0.13
HSL 269.66º 0.58% 0.7% -
HSV(B) 269.66º 0.39% 0.87% -
XYZ 40.71 32.52 73.94 -
YUV 158.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 179 136 223 0.20 0.39 0 0.13 269.66 0.58 0.7
Hex B3 88 DF 14 27 0 D 10E 3A 46
Octal 263 210 337 24 47 0 15 416 72 106
Binary 10110011 10001000 11011111 10100 100111 0 1101 100001110 111010 1000110

Color Harmonies of #B388DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388DF

Black with #B388DF

Text Example


Text Example

White with #B388DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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