Html Css Color HEX #B87CB2 London Hue

📋 copy color: '#B87CB2'

red 184 ◦ green 124 ◦ blue 178

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

Shades of London Hue #B87CB2

Tints of London Hue #B87CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 37.86%
G = 25.51%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B87CB2 (or 0xB87CB2) is known color: London Hue. HEX triplet: B8, 7C and B2. RGB value is (184,124,178). Sum of RGB (Red+Green+Blue) = 184+124+178=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CB2 is #47834D. Grayscale: #939393. Windows color (decimal): -4686670 or 11697336. OLE color: 11697336.

HSL color Cylindrical-coordinate representation of color #B87CB2: hue angle of 306º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87CB2 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 178 -
CMYK 0 0.33 0.03 0.28
HSL 306º 0.3% 0.6% -
HSV(B) 306º 0.33% 0.72% -
XYZ 35.01 27.82 45.64 -
YUV 148.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 184 124 178 0 0.33 0.03 0.28 306 0.3 0.6
Hex B8 7C B2 0 21 3 1C 132 1E 3C
Octal 270 174 262 0 41 3 34 462 36 74
Binary 10111000 1111100 10110010 0 100001 11 11100 100110010 11110 111100

Color Harmonies of #B87CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87CB2

Black with #B87CB2

Text Example


Text Example

White with #B87CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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