Html Css Color HEX #BE83B1 London Hue

📋 copy color: '#BE83B1'

red 190 ◦ green 131 ◦ blue 177

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

Shades of London Hue #BE83B1

Tints of London Hue #BE83B1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 38.15%
G = 26.31%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE83B1 (or 0xBE83B1) is known color: London Hue. HEX triplet: BE, 83 and B1. RGB value is (190,131,177). Sum of RGB (Red+Green+Blue) = 190+131+177=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83B1 is #417C4E. Grayscale: #999999. Windows color (decimal): -4291663 or 11633598. OLE color: 11633598.

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

Color convert

RGB 190 131 177 -
CMYK 0 0.31 0.07 0.25
HSL 313.22º 0.31% 0.63% -
HSV(B) 313.22º 0.31% 0.75% -
XYZ 37.29 30.35 45.49 -
YUV 153.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 190 131 177 0 0.31 0.07 0.25 313.22 0.31 0.63
Hex BE 83 B1 0 1F 7 19 139 1F 3F
Octal 276 203 261 0 37 7 31 471 37 77
Binary 10111110 10000011 10110001 0 11111 111 11001 100111001 11111 111111

Color Harmonies of #BE83B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE83B1

Black with #BE83B1

Text Example


Text Example

White with #BE83B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE83B1; }

 p { color: rgb(190,131,177); }

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

background-color css

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

 a { background-color: rgb(190,131,177); }

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

border-color css

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

 span { border-color: rgb(190,131,177); }

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