Html Css Color HEX #BE7BB0 London Hue

📋 copy color: '#BE7BB0'

red 190 ◦ green 123 ◦ blue 176

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

Shades of London Hue #BE7BB0

Tints of London Hue #BE7BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 38.85%
G = 25.15%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE7BB0 (or 0xBE7BB0) is known color: London Hue. HEX triplet: BE, 7B and B0. RGB value is (190,123,176). Sum of RGB (Red+Green+Blue) = 190+123+176=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BB0 is #41844F. Grayscale: #949494. Windows color (decimal): -4293712 or 11566014. OLE color: 11566014.

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

Color convert

RGB 190 123 176 -
CMYK 0 0.35 0.07 0.25
HSL 312.54º 0.34% 0.61% -
HSV(B) 312.54º 0.35% 0.75% -
XYZ 36.15 28.25 44.62 -
YUV 149.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 190 123 176 0 0.35 0.07 0.25 312.54 0.34 0.61
Hex BE 7B B0 0 23 7 19 139 22 3D
Octal 276 173 260 0 43 7 31 471 42 75
Binary 10111110 1111011 10110000 0 100011 111 11001 100111001 100010 111101

Color Harmonies of #BE7BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BB0

Black with #BE7BB0

Text Example


Text Example

White with #BE7BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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