Html Css Color HEX #BF82B7 London Hue

📋 copy color: '#BF82B7'

red 191 ◦ green 130 ◦ blue 183

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

Shades of London Hue #BF82B7

Tints of London Hue #BF82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.31%

R = 37.9%
G = 25.79%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF82B7 (or 0xBF82B7) is known color: London Hue. HEX triplet: BF, 82 and B7. RGB value is (191,130,183). Sum of RGB (Red+Green+Blue) = 191+130+183=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82B7 is #407D48. Grayscale: #9A9A9A. Windows color (decimal): -4226377 or 12026559. OLE color: 12026559.

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

Color convert

RGB 191 130 183 -
CMYK 0 0.32 0.04 0.25
HSL 307.87º 0.32% 0.63% -
HSV(B) 307.87º 0.32% 0.75% -
XYZ 38.02 30.46 48.68 -
YUV 154.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 191 130 183 0 0.32 0.04 0.25 307.87 0.32 0.63
Hex BF 82 B7 0 20 4 19 134 20 3F
Octal 277 202 267 0 40 4 31 464 40 77
Binary 10111111 10000010 10110111 0 100000 100 11001 100110100 100000 111111

Color Harmonies of #BF82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82B7

Black with #BF82B7

Text Example


Text Example

White with #BF82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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