Html Css Color HEX #B87DB4 London Hue

📋 copy color: '#B87DB4'

red 184 ◦ green 125 ◦ blue 180

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

Shades of London Hue #B87DB4

Tints of London Hue #B87DB4

RGB

 RED value IS 184 (72.27% from 255) = 37.63%

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

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

R = 37.63%
G = 25.56%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B87DB4 (or 0xB87DB4) is known color: London Hue. HEX triplet: B8, 7D and B4. RGB value is (184,125,180). Sum of RGB (Red+Green+Blue) = 184+125+180=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DB4 is #47824B. Grayscale: #949494. Windows color (decimal): -4686412 or 11828664. OLE color: 11828664.

HSL color Cylindrical-coordinate representation of color #B87DB4: hue angle of 304.07º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87DB4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 125 180 -
CMYK 0 0.32 0.02 0.28
HSL 304.07º 0.29% 0.61% -
HSV(B) 304.07º 0.32% 0.72% -
XYZ 35.34 28.15 46.75 -
YUV 148.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 184 125 180 0 0.32 0.02 0.28 304.07 0.29 0.61
Hex B8 7D B4 0 20 2 1C 130 1D 3D
Octal 270 175 264 0 40 2 34 460 35 75
Binary 10111000 1111101 10110100 0 100000 10 11100 100110000 11101 111101

Color Harmonies of #B87DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DB4

Black with #B87DB4

Text Example


Text Example

White with #B87DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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