Html Css Color HEX #BE7CB2 London Hue

📋 copy color: '#BE7CB2'

red 190 ◦ green 124 ◦ blue 178

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

Shades of London Hue #BE7CB2

Tints of London Hue #BE7CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 38.62%
G = 25.2%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE7CB2 (or 0xBE7CB2) is known color: London Hue. HEX triplet: BE, 7C and B2. RGB value is (190,124,178). Sum of RGB (Red+Green+Blue) = 190+124+178=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CB2 is #41834D. Grayscale: #959595. Windows color (decimal): -4293454 or 11697342. OLE color: 11697342.

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

Color convert

RGB 190 124 178 -
CMYK 0 0.35 0.06 0.25
HSL 310.91º 0.34% 0.62% -
HSV(B) 310.91º 0.35% 0.75% -
XYZ 36.48 28.58 45.71 -
YUV 149.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 190 124 178 0 0.35 0.06 0.25 310.91 0.34 0.62
Hex BE 7C B2 0 23 6 19 137 22 3E
Octal 276 174 262 0 43 6 31 467 42 76
Binary 10111110 1111100 10110010 0 100011 110 11001 100110111 100010 111110

Color Harmonies of #BE7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CB2

Black with #BE7CB2

Text Example


Text Example

White with #BE7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CB2; }

 p { color: rgb(190,124,178); }

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

background-color css

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

 a { background-color: rgb(190,124,178); }

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

border-color css

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

 span { border-color: rgb(190,124,178); }

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