Html Css Color HEX #B3A2D5 Biloba Flower

📋 copy color: '#B3A2D5'

red 179 ◦ green 162 ◦ blue 213

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

Shades of Biloba Flower #B3A2D5

Tints of Biloba Flower #B3A2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 32.31%
G = 29.24%
B = 38.45%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B3A2D5 (or 0xB3A2D5) is known color: Biloba Flower. HEX triplet: B3, A2 and D5. RGB value is (179,162,213). Sum of RGB (Red+Green+Blue) = 179+162+213=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3A2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A2D5 is #4C5D2A. Grayscale: #ACACAC. Windows color (decimal): -5004587 or 14000819. OLE color: 14000819.

HSL color Cylindrical-coordinate representation of color #B3A2D5: hue angle of 260º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3A2D5 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 162 213 -
CMYK 0.16 0.24 0 0.16
HSL 260º 0.38% 0.74% -
HSV(B) 260º 0.24% 0.84% -
XYZ 43.52 40.23 68.42 -
YUV 172.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 179 162 213 0.16 0.24 0 0.16 260 0.38 0.74
Hex B3 A2 D5 10 18 0 10 104 26 4A
Octal 263 242 325 20 30 0 20 404 46 112
Binary 10110011 10100010 11010101 10000 11000 0 10000 100000100 100110 1001010

Color Harmonies of #B3A2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2D5

Black with #B3A2D5

Text Example


Text Example

White with #B3A2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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