Html Css Color HEX #B87CBA London Hue

📋 copy color: '#B87CBA'

red 184 ◦ green 124 ◦ blue 186

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

Shades of London Hue #B87CBA

Tints of London Hue #B87CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 37.25%
G = 25.1%
B = 37.65%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B87CBA (or 0xB87CBA) is known color: London Hue. HEX triplet: B8, 7C and BA. RGB value is (184,124,186). Sum of RGB (Red+Green+Blue) = 184+124+186=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B87CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CBA is #478345. Grayscale: #949494. Windows color (decimal): -4686662 or 12221624. OLE color: 12221624.

HSL color Cylindrical-coordinate representation of color #B87CBA: hue angle of 298.06º 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 #B87CBA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 124 186 -
CMYK 0.01 0.33 0 0.27
HSL 298.06º 0.31% 0.61% -
HSV(B) 298.06º 0.33% 0.73% -
XYZ 35.84 28.15 50 -
YUV 149.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 184 124 186 0.01 0.33 0 0.27 298.06 0.31 0.61
Hex B8 7C BA 1 21 0 1B 12A 1F 3D
Octal 270 174 272 1 41 0 33 452 37 75
Binary 10111000 1111100 10111010 1 100001 0 11011 100101010 11111 111101

Color Harmonies of #B87CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87CBA

Black with #B87CBA

Text Example


Text Example

White with #B87CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87CBA; }

 p { color: rgb(184,124,186); }

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

background-color css

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

 a { background-color: rgb(184,124,186); }

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

border-color css

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

 span { border-color: rgb(184,124,186); }

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