Html Css Color HEX #B391DD Biloba Flower

📋 copy color: '#B391DD'

red 179 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #B391DD

Tints of Biloba Flower #B391DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 32.84%
G = 26.61%
B = 40.55%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B391DD (or 0xB391DD) is known color: Biloba Flower. HEX triplet: B3, 91 and DD. RGB value is (179,145,221). Sum of RGB (Red+Green+Blue) = 179+145+221=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B391DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391DD is #4C6E22. Grayscale: #A3A3A3. Windows color (decimal): -5008931 or 14520755. OLE color: 14520755.

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

Color convert

RGB 179 145 221 -
CMYK 0.19 0.34 0 0.13
HSL 266.84º 0.53% 0.72% -
HSV(B) 266.84º 0.34% 0.87% -
XYZ 41.77 35.05 72.97 -
YUV 163.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 179 145 221 0.19 0.34 0 0.13 266.84 0.53 0.72
Hex B3 91 DD 13 22 0 D 10B 35 48
Octal 263 221 335 23 42 0 15 413 65 110
Binary 10110011 10010001 11011101 10011 100010 0 1101 100001011 110101 1001000

Color Harmonies of #B391DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391DD

Black with #B391DD

Text Example


Text Example

White with #B391DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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