Html Css Color HEX #B391DF Biloba Flower

📋 copy color: '#B391DF'

red 179 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #B391DF

Tints of Biloba Flower #B391DF

RGB

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

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

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

R = 32.72%
G = 26.51%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B391DF (or 0xB391DF) is known color: Biloba Flower. HEX triplet: B3, 91 and DF. RGB value is (179,145,223). Sum of RGB (Red+Green+Blue) = 179+145+223=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B391DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391DF is #4C6E20. Grayscale: #A3A3A3. Windows color (decimal): -5008929 or 14651827. OLE color: 14651827.

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

Color convert

RGB 179 145 223 -
CMYK 0.20 0.35 0 0.13
HSL 266.15º 0.55% 0.72% -
HSV(B) 266.15º 0.35% 0.87% -
XYZ 42.04 35.16 74.38 -
YUV 164.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 179 145 223 0.20 0.35 0 0.13 266.15 0.55 0.72
Hex B3 91 DF 14 23 0 D 10A 37 48
Octal 263 221 337 24 43 0 15 412 67 110
Binary 10110011 10010001 11011111 10100 100011 0 1101 100001010 110111 1001000

Color Harmonies of #B391DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391DF

Black with #B391DF

Text Example


Text Example

White with #B391DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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