Html Css Color HEX #B4A3B4 Lola

📋 copy color: '#B4A3B4'

red 180 ◦ green 163 ◦ blue 180

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

Shades of Lola #B4A3B4

Tints of Lola #B4A3B4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 34.42%
G = 31.17%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B4A3B4 (or 0xB4A3B4) is known color: Lola. HEX triplet: B4, A3 and B4. RGB value is (180,163,180). Sum of RGB (Red+Green+Blue) = 180+163+180=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B4A3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3B4 is #4B5C4B. Grayscale: #A9A9A9. Windows color (decimal): -4938828 or 11838388. OLE color: 11838388.

HSL color Cylindrical-coordinate representation of color #B4A3B4: hue angle of 300º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A3B4 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 163 180 -
CMYK 0 0.09 0 0.29
HSL 300º 0.1% 0.67% -
HSV(B) 300º 0.09% 0.71% -
XYZ 40.16 39.19 48.63 -
YUV 170.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 180 163 180 0 0.09 0 0.29 300 0.1 0.67
Hex B4 A3 B4 0 9 0 1D 12C A 43
Octal 264 243 264 0 11 0 35 454 12 103
Binary 10110100 10100011 10110100 0 1001 0 11101 100101100 1010 1000011

Color Harmonies of #B4A3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A3B4

Black with #B4A3B4

Text Example


Text Example

White with #B4A3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A3B4; }

 p { color: rgb(180,163,180); }

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

background-color css

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

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

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

border-color css

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

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

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