Html Css Color HEX #B391DB Biloba Flower

📋 copy color: '#B391DB'

red 179 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #B391DB

Tints of Biloba Flower #B391DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 32.97%
G = 26.7%
B = 40.33%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B391DB (or 0xB391DB) is known color: Biloba Flower. HEX triplet: B3, 91 and DB. RGB value is (179,145,219). Sum of RGB (Red+Green+Blue) = 179+145+219=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B391DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391DB is #4C6E24. Grayscale: #A3A3A3. Windows color (decimal): -5008933 or 14389683. OLE color: 14389683.

HSL color Cylindrical-coordinate representation of color #B391DB: hue angle of 267.57º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B391DB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 145 219 -
CMYK 0.18 0.34 0 0.14
HSL 267.57º 0.51% 0.71% -
HSV(B) 267.57º 0.34% 0.86% -
XYZ 41.5 34.95 71.58 -
YUV 163.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 179 145 219 0.18 0.34 0 0.14 267.57 0.51 0.71
Hex B3 91 DB 12 22 0 E 10C 33 47
Octal 263 221 333 22 42 0 16 414 63 107
Binary 10110011 10010001 11011011 10010 100010 0 1110 100001100 110011 1000111

Color Harmonies of #B391DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391DB

Black with #B391DB

Text Example


Text Example

White with #B391DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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