Html Css Color HEX #B07DAC London Hue

📋 copy color: '#B07DAC'

red 176 ◦ green 125 ◦ blue 172

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

Shades of London Hue #B07DAC

Tints of London Hue #B07DAC

RGB

 RED value IS 176 (69.14% from 255) = 37.21%

 GREEN value IS 125 (49.22% from 255) = 26.43%

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 37.21%
G = 26.43%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B07DAC (or 0xB07DAC) is known color: London Hue. HEX triplet: B0, 7D and AC. RGB value is (176,125,172). Sum of RGB (Red+Green+Blue) = 176+125+172=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B07DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07DAC is #4F8253. Grayscale: #919191. Windows color (decimal): -5210708 or 11304368. OLE color: 11304368.

HSL color Cylindrical-coordinate representation of color #B07DAC: hue angle of 304.71º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B07DAC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 172 -
CMYK 0 0.29 0.02 0.31
HSL 304.71º 0.24% 0.59% -
HSV(B) 304.71º 0.29% 0.69% -
XYZ 32.68 26.88 42.49 -
YUV 145.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 176 125 172 0 0.29 0.02 0.31 304.71 0.24 0.59
Hex B0 7D AC 0 1D 2 1F 131 18 3B
Octal 260 175 254 0 35 2 37 461 30 73
Binary 10110000 1111101 10101100 0 11101 10 11111 100110001 11000 111011

Color Harmonies of #B07DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DAC

Black with #B07DAC

Text Example


Text Example

White with #B07DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DAC; }

 p { color: rgb(176,125,172); }

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

background-color css

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

 a { background-color: rgb(176,125,172); }

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

border-color css

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

 span { border-color: rgb(176,125,172); }

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