Html Css Color HEX #B87DBA London Hue

📋 copy color: '#B87DBA'

red 184 ◦ green 125 ◦ blue 186

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

Shades of London Hue #B87DBA

Tints of London Hue #B87DBA

RGB

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

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

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

R = 37.17%
G = 25.25%
B = 37.58%

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

#B87DBA (or 0xB87DBA) is known color: London Hue. HEX triplet: B8, 7D and BA. RGB value is (184,125,186). Sum of RGB (Red+Green+Blue) = 184+125+186=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B87DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DBA is #478245. Grayscale: #959595. Windows color (decimal): -4686406 or 12221880. OLE color: 12221880.

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

Color convert

RGB 184 125 186 -
CMYK 0.01 0.33 0 0.27
HSL 298.03º 0.31% 0.61% -
HSV(B) 298.03º 0.33% 0.73% -
XYZ 35.96 28.4 50.04 -
YUV 149.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 184 125 186 0.01 0.33 0 0.27 298.03 0.31 0.61
Hex B8 7D BA 1 21 0 1B 12A 1F 3D
Octal 270 175 272 1 41 0 33 452 37 75
Binary 10111000 1111101 10111010 1 100001 0 11011 100101010 11111 111101

Color Harmonies of #B87DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DBA

Black with #B87DBA

Text Example


Text Example

White with #B87DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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