Html Css Color HEX #B4A2DF Biloba Flower

📋 copy color: '#B4A2DF'

red 180 ◦ green 162 ◦ blue 223

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

Shades of Biloba Flower #B4A2DF

Tints of Biloba Flower #B4A2DF

RGB

 RED value IS 180 (70.7% from 255) = 31.86%

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

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

R = 31.86%
G = 28.67%
B = 39.47%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4A2DF (or 0xB4A2DF) is known color: Biloba Flower. HEX triplet: B4, A2 and DF. RGB value is (180,162,223). Sum of RGB (Red+Green+Blue) = 180+162+223=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2DF is #4B5D20. Grayscale: #AEAEAE. Windows color (decimal): -4939041 or 14656180. OLE color: 14656180.

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

Color convert

RGB 180 162 223 -
CMYK 0.19 0.27 0 0.13
HSL 257.7º 0.49% 0.75% -
HSV(B) 257.7º 0.27% 0.87% -
XYZ 45.06 40.87 75.33 -
YUV 174.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 180 162 223 0.19 0.27 0 0.13 257.7 0.49 0.75
Hex B4 A2 DF 13 1B 0 D 102 31 4B
Octal 264 242 337 23 33 0 15 402 61 113
Binary 10110100 10100010 11011111 10011 11011 0 1101 100000010 110001 1001011

Color Harmonies of #B4A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A2DF

Black with #B4A2DF

Text Example


Text Example

White with #B4A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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