Html Css Color HEX #BE83BD London Hue

📋 copy color: '#BE83BD'

red 190 ◦ green 131 ◦ blue 189

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

Shades of London Hue #BE83BD

Tints of London Hue #BE83BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 37.25%
G = 25.69%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE83BD (or 0xBE83BD) is known color: London Hue. HEX triplet: BE, 83 and BD. RGB value is (190,131,189). Sum of RGB (Red+Green+Blue) = 190+131+189=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83BD is #417C42. Grayscale: #9B9B9B. Windows color (decimal): -4291651 or 12420030. OLE color: 12420030.

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

Color convert

RGB 190 131 189 -
CMYK 0 0.31 0.01 0.25
HSL 301.02º 0.31% 0.63% -
HSV(B) 301.02º 0.31% 0.75% -
XYZ 38.54 30.85 52.07 -
YUV 155.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 190 131 189 0 0.31 0.01 0.25 301.02 0.31 0.63
Hex BE 83 BD 0 1F 1 19 12D 1F 3F
Octal 276 203 275 0 37 1 31 455 37 77
Binary 10111110 10000011 10111101 0 11111 1 11001 100101101 11111 111111

Color Harmonies of #BE83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE83BD

Black with #BE83BD

Text Example


Text Example

White with #BE83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE83BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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