Html Css Color HEX #BF82BE London Hue

📋 copy color: '#BF82BE'

red 191 ◦ green 130 ◦ blue 190

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

Shades of London Hue #BF82BE

Tints of London Hue #BF82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.44%

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

R = 37.38%
G = 25.44%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF82BE (or 0xBF82BE) is known color: London Hue. HEX triplet: BF, 82 and BE. RGB value is (191,130,190). Sum of RGB (Red+Green+Blue) = 191+130+190=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82BE is #407D41. Grayscale: #9A9A9A. Windows color (decimal): -4226370 or 12485311. OLE color: 12485311.

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

Color convert

RGB 191 130 190 -
CMYK 0 0.32 0.01 0.25
HSL 300.98º 0.32% 0.63% -
HSV(B) 300.98º 0.32% 0.75% -
XYZ 38.76 30.76 52.61 -
YUV 155.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 191 130 190 0 0.32 0.01 0.25 300.98 0.32 0.63
Hex BF 82 BE 0 20 1 19 12D 20 3F
Octal 277 202 276 0 40 1 31 455 40 77
Binary 10111111 10000010 10111110 0 100000 1 11001 100101101 100000 111111

Color Harmonies of #BF82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82BE

Black with #BF82BE

Text Example


Text Example

White with #BF82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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