Html Css Color HEX #B87DBB London Hue

📋 copy color: '#B87DBB'

red 184 ◦ green 125 ◦ blue 187

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

Shades of London Hue #B87DBB

Tints of London Hue #B87DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 37.1%
G = 25.2%
B = 37.7%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B87DBB (or 0xB87DBB) is known color: London Hue. HEX triplet: B8, 7D and BB. RGB value is (184,125,187). Sum of RGB (Red+Green+Blue) = 184+125+187=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #B87DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DBB is #478244. Grayscale: #959595. Windows color (decimal): -4686405 or 12287416. OLE color: 12287416.

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

Color convert

RGB 184 125 187 -
CMYK 0.02 0.33 0 0.27
HSL 297.1º 0.31% 0.61% -
HSV(B) 297.1º 0.33% 0.73% -
XYZ 36.07 28.45 50.6 -
YUV 149.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 184 125 187 0.02 0.33 0 0.27 297.1 0.31 0.61
Hex B8 7D BB 2 21 0 1B 129 1F 3D
Octal 270 175 273 2 41 0 33 451 37 75
Binary 10111000 1111101 10111011 10 100001 0 11011 100101001 11111 111101

Color Harmonies of #B87DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DBB

Black with #B87DBB

Text Example


Text Example

White with #B87DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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