Html Css Color HEX #BE82B3 London Hue

📋 copy color: '#BE82B3'

red 190 ◦ green 130 ◦ blue 179

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

Shades of London Hue #BE82B3

Tints of London Hue #BE82B3

RGB

 RED value IS 190 (74.61% from 255) = 38.08%

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

 BLUE value IS 179 (70.31% from 255) = 35.87%

R = 38.08%
G = 26.05%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE82B3 (or 0xBE82B3) is known color: London Hue. HEX triplet: BE, 82 and B3. RGB value is (190,130,179). Sum of RGB (Red+Green+Blue) = 190+130+179=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82B3 is #417D4C. Grayscale: #999999. Windows color (decimal): -4291917 or 11764414. OLE color: 11764414.

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

Color convert

RGB 190 130 179 -
CMYK 0 0.32 0.06 0.25
HSL 311º 0.32% 0.63% -
HSV(B) 311º 0.32% 0.75% -
XYZ 37.35 30.17 46.5 -
YUV 153.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 190 130 179 0 0.32 0.06 0.25 311 0.32 0.63
Hex BE 82 B3 0 20 6 19 137 20 3F
Octal 276 202 263 0 40 6 31 467 40 77
Binary 10111110 10000010 10110011 0 100000 110 11001 100110111 100000 111111

Color Harmonies of #BE82B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82B3

Black with #BE82B3

Text Example


Text Example

White with #BE82B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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