Html Css Color HEX #BF85B1 London Hue

📋 copy color: '#BF85B1'

red 191 ◦ green 133 ◦ blue 177

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

Shades of London Hue #BF85B1

Tints of London Hue #BF85B1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 38.12%
G = 26.55%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF85B1 (or 0xBF85B1) is known color: London Hue. HEX triplet: BF, 85 and B1. RGB value is (191,133,177). Sum of RGB (Red+Green+Blue) = 191+133+177=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85B1 is #407A4E. Grayscale: #9B9B9B. Windows color (decimal): -4225615 or 11634111. OLE color: 11634111.

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

Color convert

RGB 191 133 177 -
CMYK 0 0.30 0.07 0.25
HSL 314.48º 0.31% 0.64% -
HSV(B) 314.48º 0.3% 0.75% -
XYZ 37.81 31.03 45.59 -
YUV 155.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 191 133 177 0 0.30 0.07 0.25 314.48 0.31 0.64
Hex BF 85 B1 0 1E 7 19 13A 1F 40
Octal 277 205 261 0 36 7 31 472 37 100
Binary 10111111 10000101 10110001 0 11110 111 11001 100111010 11111 1000000

Color Harmonies of #BF85B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85B1

Black with #BF85B1

Text Example


Text Example

White with #BF85B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85B1; }

 p { color: rgb(191,133,177); }

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

background-color css

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

 a { background-color: rgb(191,133,177); }

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

border-color css

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

 span { border-color: rgb(191,133,177); }

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