Html Css Color HEX #BF87BE London Hue

📋 copy color: '#BF87BE'

red 191 ◦ green 135 ◦ blue 190

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

Shades of London Hue #BF87BE

Tints of London Hue #BF87BE

RGB

 RED value IS 191 (75% from 255) = 37.02%

 GREEN value IS 135 (53.13% from 255) = 26.16%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 37.02%
G = 26.16%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF87BE (or 0xBF87BE) is known color: London Hue. HEX triplet: BF, 87 and BE. RGB value is (191,135,190). Sum of RGB (Red+Green+Blue) = 191+135+190=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87BE is #407841. Grayscale: #9D9D9D. Windows color (decimal): -4225090 or 12486591. OLE color: 12486591.

HSL color Cylindrical-coordinate representation of color #BF87BE: hue angle of 301.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87BE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 135 190 -
CMYK 0 0.29 0.01 0.25
HSL 301.07º 0.3% 0.64% -
HSV(B) 301.07º 0.29% 0.75% -
XYZ 39.44 32.12 52.84 -
YUV 158.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 191 135 190 0 0.29 0.01 0.25 301.07 0.3 0.64
Hex BF 87 BE 0 1D 1 19 12D 1E 40
Octal 277 207 276 0 35 1 31 455 36 100
Binary 10111111 10000111 10111110 0 11101 1 11001 100101101 11110 1000000

Color Harmonies of #BF87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF87BE

Black with #BF87BE

Text Example


Text Example

White with #BF87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF87BE; }

 p { color: rgb(191,135,190); }

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

background-color css

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

 a { background-color: rgb(191,135,190); }

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

border-color css

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

 span { border-color: rgb(191,135,190); }

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