Html Css Color HEX #B07DB4 London Hue

📋 copy color: '#B07DB4'

red 176 ◦ green 125 ◦ blue 180

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

Shades of London Hue #B07DB4

Tints of London Hue #B07DB4

RGB

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

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

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

R = 36.59%
G = 25.99%
B = 37.42%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B07DB4 (or 0xB07DB4) is known color: London Hue. HEX triplet: B0, 7D and B4. RGB value is (176,125,180). Sum of RGB (Red+Green+Blue) = 176+125+180=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #B07DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DB4 is #4F824B. Grayscale: #929292. Windows color (decimal): -5210700 or 11828656. OLE color: 11828656.

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

Color convert

RGB 176 125 180 -
CMYK 0.02 0.31 0 0.29
HSL 295.64º 0.27% 0.6% -
HSV(B) 295.64º 0.31% 0.71% -
XYZ 33.48 27.19 46.66 -
YUV 146.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 176 125 180 0.02 0.31 0 0.29 295.64 0.27 0.6
Hex B0 7D B4 2 1F 0 1D 128 1B 3C
Octal 260 175 264 2 37 0 35 450 33 74
Binary 10110000 1111101 10110100 10 11111 0 11101 100101000 11011 111100

Color Harmonies of #B07DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DB4

Black with #B07DB4

Text Example


Text Example

White with #B07DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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