Html Css Color HEX #BE7DB4 London Hue

📋 copy color: '#BE7DB4'

red 190 ◦ green 125 ◦ blue 180

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

Shades of London Hue #BE7DB4

Tints of London Hue #BE7DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 38.38%
G = 25.25%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE7DB4 (or 0xBE7DB4) is known color: London Hue. HEX triplet: BE, 7D and B4. RGB value is (190,125,180). Sum of RGB (Red+Green+Blue) = 190+125+180=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DB4 is #41824B. Grayscale: #969696. Windows color (decimal): -4293196 or 11828670. OLE color: 11828670.

HSL color Cylindrical-coordinate representation of color #BE7DB4: hue angle of 309.23º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7DB4 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 180 -
CMYK 0 0.34 0.05 0.25
HSL 309.23º 0.33% 0.62% -
HSV(B) 309.23º 0.34% 0.75% -
XYZ 36.81 28.91 46.82 -
YUV 150.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 190 125 180 0 0.34 0.05 0.25 309.23 0.33 0.62
Hex BE 7D B4 0 22 5 19 135 21 3E
Octal 276 175 264 0 42 5 31 465 41 76
Binary 10111110 1111101 10110100 0 100010 101 11001 100110101 100001 111110

Color Harmonies of #BE7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DB4

Black with #BE7DB4

Text Example


Text Example

White with #BE7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DB4; }

 p { color: rgb(190,125,180); }

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

background-color css

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

 a { background-color: rgb(190,125,180); }

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

border-color css

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

 span { border-color: rgb(190,125,180); }

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