Html Css Color HEX #B392DB Biloba Flower

📋 copy color: '#B392DB'

red 179 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #B392DB

Tints of Biloba Flower #B392DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.84%

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

R = 32.9%
G = 26.84%
B = 40.26%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B392DB (or 0xB392DB) is known color: Biloba Flower. HEX triplet: B3, 92 and DB. RGB value is (179,146,219). Sum of RGB (Red+Green+Blue) = 179+146+219=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #B392DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DB is #4C6D24. Grayscale: #A3A3A3. Windows color (decimal): -5008677 or 14389939. OLE color: 14389939.

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

Color convert

RGB 179 146 219 -
CMYK 0.18 0.33 0 0.14
HSL 267.12º 0.5% 0.72% -
HSV(B) 267.12º 0.33% 0.86% -
XYZ 41.66 35.26 71.63 -
YUV 164.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 179 146 219 0.18 0.33 0 0.14 267.12 0.5 0.72
Hex B3 92 DB 12 21 0 E 10B 32 48
Octal 263 222 333 22 41 0 16 413 62 110
Binary 10110011 10010010 11011011 10010 100001 0 1110 100001011 110010 1001000

Color Harmonies of #B392DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392DB

Black with #B392DB

Text Example


Text Example

White with #B392DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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