Html Css Color HEX #BF82B5 London Hue

📋 copy color: '#BF82B5'

red 191 ◦ green 130 ◦ blue 181

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

Shades of London Hue #BF82B5

Tints of London Hue #BF82B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 38.05%
G = 25.9%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF82B5 (or 0xBF82B5) is known color: London Hue. HEX triplet: BF, 82 and B5. RGB value is (191,130,181). Sum of RGB (Red+Green+Blue) = 191+130+181=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82B5 is #407D4A. Grayscale: #999999. Windows color (decimal): -4226379 or 11895487. OLE color: 11895487.

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

Color convert

RGB 191 130 181 -
CMYK 0 0.32 0.05 0.25
HSL 309.84º 0.32% 0.63% -
HSV(B) 309.84º 0.32% 0.75% -
XYZ 37.81 30.38 47.59 -
YUV 154.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 191 130 181 0 0.32 0.05 0.25 309.84 0.32 0.63
Hex BF 82 B5 0 20 5 19 136 20 3F
Octal 277 202 265 0 40 5 31 466 40 77
Binary 10111111 10000010 10110101 0 100000 101 11001 100110110 100000 111111

Color Harmonies of #BF82B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82B5

Black with #BF82B5

Text Example


Text Example

White with #BF82B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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