Html Css Color HEX #B387DF Biloba Flower

📋 copy color: '#B387DF'

red 179 ◦ green 135 ◦ blue 223

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

Shades of Biloba Flower #B387DF

Tints of Biloba Flower #B387DF

RGB

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

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

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

R = 33.33%
G = 25.14%
B = 41.53%

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

#B387DF (or 0xB387DF) is known color: Biloba Flower. HEX triplet: B3, 87 and DF. RGB value is (179,135,223). Sum of RGB (Red+Green+Blue) = 179+135+223=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #B387DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387DF is #4C7820. Grayscale: #9D9D9D. Windows color (decimal): -5011489 or 14649267. OLE color: 14649267.

HSL color Cylindrical-coordinate representation of color #B387DF: hue angle of 270º 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 #B387DF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 135 223 -
CMYK 0.20 0.39 0 0.13
HSL 270º 0.58% 0.7% -
HSV(B) 270º 0.39% 0.87% -
XYZ 40.57 32.24 73.9 -
YUV 158.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 179 135 223 0.20 0.39 0 0.13 270 0.58 0.7
Hex B3 87 DF 14 27 0 D 10E 3A 46
Octal 263 207 337 24 47 0 15 416 72 106
Binary 10110011 10000111 11011111 10100 100111 0 1101 100001110 111010 1000110

Color Harmonies of #B387DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387DF

Black with #B387DF

Text Example


Text Example

White with #B387DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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