Html Css Color HEX #B391D7 Biloba Flower

📋 copy color: '#B391D7'

red 179 ◦ green 145 ◦ blue 215

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

Shades of Biloba Flower #B391D7

Tints of Biloba Flower #B391D7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.9%

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

R = 33.21%
G = 26.9%
B = 39.89%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B391D7 (or 0xB391D7) is known color: Biloba Flower. HEX triplet: B3, 91 and D7. RGB value is (179,145,215). Sum of RGB (Red+Green+Blue) = 179+145+215=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B391D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391D7 is #4C6E28. Grayscale: #A2A2A2. Windows color (decimal): -5008937 or 14127539. OLE color: 14127539.

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

Color convert

RGB 179 145 215 -
CMYK 0.17 0.33 0 0.16
HSL 269.14º 0.47% 0.71% -
HSV(B) 269.14º 0.33% 0.84% -
XYZ 40.98 34.74 68.84 -
YUV 163.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 179 145 215 0.17 0.33 0 0.16 269.14 0.47 0.71
Hex B3 91 D7 11 21 0 10 10D 2F 47
Octal 263 221 327 21 41 0 20 415 57 107
Binary 10110011 10010001 11010111 10001 100001 0 10000 100001101 101111 1000111

Color Harmonies of #B391D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391D7

Black with #B391D7

Text Example


Text Example

White with #B391D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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