Html Css Color HEX #B392DC Biloba Flower

📋 copy color: '#B392DC'

red 179 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #B392DC

Tints of Biloba Flower #B392DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 32.84%
G = 26.79%
B = 40.37%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B392DC (or 0xB392DC) is known color: Biloba Flower. HEX triplet: B3, 92 and DC. RGB value is (179,146,220). Sum of RGB (Red+Green+Blue) = 179+146+220=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B392DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DC is #4C6D23. Grayscale: #A4A4A4. Windows color (decimal): -5008676 or 14455475. OLE color: 14455475.

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

Color convert

RGB 179 146 220 -
CMYK 0.19 0.34 0 0.14
HSL 266.76º 0.51% 0.72% -
HSV(B) 266.76º 0.34% 0.86% -
XYZ 41.79 35.31 72.32 -
YUV 164.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 179 146 220 0.19 0.34 0 0.14 266.76 0.51 0.72
Hex B3 92 DC 13 22 0 E 10B 33 48
Octal 263 222 334 23 42 0 16 413 63 110
Binary 10110011 10010010 11011100 10011 100010 0 1110 100001011 110011 1001000

Color Harmonies of #B392DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392DC

Black with #B392DC

Text Example


Text Example

White with #B392DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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