Html Css Color HEX #B3A2DF Biloba Flower

📋 copy color: '#B3A2DF'

red 179 ◦ green 162 ◦ blue 223

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

Shades of Biloba Flower #B3A2DF

Tints of Biloba Flower #B3A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.72%

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

R = 31.74%
G = 28.72%
B = 39.54%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3A2DF (or 0xB3A2DF) is known color: Biloba Flower. HEX triplet: B3, A2 and DF. RGB value is (179,162,223). Sum of RGB (Red+Green+Blue) = 179+162+223=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A2DF is #4C5D20. Grayscale: #ADADAD. Windows color (decimal): -5004577 or 14656179. OLE color: 14656179.

HSL color Cylindrical-coordinate representation of color #B3A2DF: hue angle of 256.72º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3A2DF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 162 223 -
CMYK 0.20 0.27 0 0.13
HSL 256.72º 0.49% 0.75% -
HSV(B) 256.72º 0.27% 0.87% -
XYZ 44.83 40.75 75.32 -
YUV 174.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 179 162 223 0.20 0.27 0 0.13 256.72 0.49 0.75
Hex B3 A2 DF 14 1B 0 D 101 31 4B
Octal 263 242 337 24 33 0 15 401 61 113
Binary 10110011 10100010 11011111 10100 11011 0 1101 100000001 110001 1001011

Color Harmonies of #B3A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2DF

Black with #B3A2DF

Text Example


Text Example

White with #B3A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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