Html Css Color HEX #BE7BB5 London Hue

📋 copy color: '#BE7BB5'

red 190 ◦ green 123 ◦ blue 181

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

Shades of London Hue #BE7BB5

Tints of London Hue #BE7BB5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.9%

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 38.46%
G = 24.9%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE7BB5 (or 0xBE7BB5) is known color: London Hue. HEX triplet: BE, 7B and B5. RGB value is (190,123,181). Sum of RGB (Red+Green+Blue) = 190+123+181=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BB5 is #41844A. Grayscale: #959595. Windows color (decimal): -4293707 or 11893694. OLE color: 11893694.

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

Color convert

RGB 190 123 181 -
CMYK 0 0.35 0.05 0.25
HSL 308.06º 0.34% 0.61% -
HSV(B) 308.06º 0.35% 0.75% -
XYZ 36.66 28.45 47.28 -
YUV 149.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 190 123 181 0 0.35 0.05 0.25 308.06 0.34 0.61
Hex BE 7B B5 0 23 5 19 134 22 3D
Octal 276 173 265 0 43 5 31 464 42 75
Binary 10111110 1111011 10110101 0 100011 101 11001 100110100 100010 111101

Color Harmonies of #BE7BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BB5

Black with #BE7BB5

Text Example


Text Example

White with #BE7BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BB5; }

 p { color: rgb(190,123,181); }

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

background-color css

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

 a { background-color: rgb(190,123,181); }

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

border-color css

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

 span { border-color: rgb(190,123,181); }

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