Html Css Color HEX #B392DF Biloba Flower

📋 copy color: '#B392DF'

red 179 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #B392DF

Tints of Biloba Flower #B392DF

RGB

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

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

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

R = 32.66%
G = 26.64%
B = 40.69%

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

#B392DF (or 0xB392DF) is known color: Biloba Flower. HEX triplet: B3, 92 and DF. RGB value is (179,146,223). Sum of RGB (Red+Green+Blue) = 179+146+223=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B392DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DF is #4C6D20. Grayscale: #A4A4A4. Windows color (decimal): -5008673 or 14652083. OLE color: 14652083.

HSL color Cylindrical-coordinate representation of color #B392DF: hue angle of 265.71º 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 #B392DF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 146 223 -
CMYK 0.20 0.35 0 0.13
HSL 265.71º 0.55% 0.72% -
HSV(B) 265.71º 0.35% 0.87% -
XYZ 42.19 35.47 74.43 -
YUV 164.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 179 146 223 0.20 0.35 0 0.13 265.71 0.55 0.72
Hex B3 92 DF 14 23 0 D 10A 37 48
Octal 263 222 337 24 43 0 15 412 67 110
Binary 10110011 10010010 11011111 10100 100011 0 1101 100001010 110111 1001000

Color Harmonies of #B392DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392DF

Black with #B392DF

Text Example


Text Example

White with #B392DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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