Html Css Color HEX #BE81BD London Hue

📋 copy color: '#BE81BD'

red 190 ◦ green 129 ◦ blue 189

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

Shades of London Hue #BE81BD

Tints of London Hue #BE81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.39%

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

R = 37.4%
G = 25.39%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE81BD (or 0xBE81BD) is known color: London Hue. HEX triplet: BE, 81 and BD. RGB value is (190,129,189). Sum of RGB (Red+Green+Blue) = 190+129+189=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81BD is #417E42. Grayscale: #999999. Windows color (decimal): -4292163 or 12419518. OLE color: 12419518.

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

Color convert

RGB 190 129 189 -
CMYK 0 0.32 0.01 0.25
HSL 300.98º 0.32% 0.63% -
HSV(B) 300.98º 0.32% 0.75% -
XYZ 38.27 30.32 51.98 -
YUV 154.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 190 129 189 0 0.32 0.01 0.25 300.98 0.32 0.63
Hex BE 81 BD 0 20 1 19 12D 20 3F
Octal 276 201 275 0 40 1 31 455 40 77
Binary 10111110 10000001 10111101 0 100000 1 11001 100101101 100000 111111

Color Harmonies of #BE81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81BD

Black with #BE81BD

Text Example


Text Example

White with #BE81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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