Html Css Color HEX #BF87B2 London Hue

📋 copy color: '#BF87B2'

red 191 ◦ green 135 ◦ blue 178

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

Shades of London Hue #BF87B2

Tints of London Hue #BF87B2

RGB

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

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

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

R = 37.9%
G = 26.79%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF87B2 (or 0xBF87B2) is known color: London Hue. HEX triplet: BF, 87 and B2. RGB value is (191,135,178). Sum of RGB (Red+Green+Blue) = 191+135+178=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF87B2 is #40784D. Grayscale: #9C9C9C. Windows color (decimal): -4225102 or 11700159. OLE color: 11700159.

HSL color Cylindrical-coordinate representation of color #BF87B2: hue angle of 313.93º 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 #BF87B2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 135 178 -
CMYK 0 0.29 0.07 0.25
HSL 313.93º 0.3% 0.64% -
HSV(B) 313.93º 0.29% 0.75% -
XYZ 38.19 31.62 46.21 -
YUV 156.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 191 135 178 0 0.29 0.07 0.25 313.93 0.3 0.64
Hex BF 87 B2 0 1D 7 19 13A 1E 40
Octal 277 207 262 0 35 7 31 472 36 100
Binary 10111111 10000111 10110010 0 11101 111 11001 100111010 11110 1000000

Color Harmonies of #BF87B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF87B2

Black with #BF87B2

Text Example


Text Example

White with #BF87B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF87B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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