Html Css Color HEX #BF85BE London Hue

📋 copy color: '#BF85BE'

red 191 ◦ green 133 ◦ blue 190

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

Shades of London Hue #BF85BE

Tints of London Hue #BF85BE

RGB

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

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

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

R = 37.16%
G = 25.88%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF85BE (or 0xBF85BE) is known color: London Hue. HEX triplet: BF, 85 and BE. RGB value is (191,133,190). Sum of RGB (Red+Green+Blue) = 191+133+190=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85BE is #407A41. Grayscale: #9C9C9C. Windows color (decimal): -4225602 or 12486079. OLE color: 12486079.

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

Color convert

RGB 191 133 190 -
CMYK 0 0.30 0.01 0.25
HSL 301.03º 0.31% 0.64% -
HSV(B) 301.03º 0.3% 0.75% -
XYZ 39.17 31.57 52.74 -
YUV 156.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 191 133 190 0 0.30 0.01 0.25 301.03 0.31 0.64
Hex BF 85 BE 0 1E 1 19 12D 1F 40
Octal 277 205 276 0 36 1 31 455 37 100
Binary 10111111 10000101 10111110 0 11110 1 11001 100101101 11111 1000000

Color Harmonies of #BF85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85BE

Black with #BF85BE

Text Example


Text Example

White with #BF85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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