Html Css Color HEX #BE7FB4 London Hue

📋 copy color: '#BE7FB4'

red 190 ◦ green 127 ◦ blue 180

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

Shades of London Hue #BE7FB4

Tints of London Hue #BE7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

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

R = 38.23%
G = 25.55%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE7FB4 (or 0xBE7FB4) is known color: London Hue. HEX triplet: BE, 7F and B4. RGB value is (190,127,180). Sum of RGB (Red+Green+Blue) = 190+127+180=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FB4 is #41804B. Grayscale: #979797. Windows color (decimal): -4292684 or 11829182. OLE color: 11829182.

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

Color convert

RGB 190 127 180 -
CMYK 0 0.33 0.05 0.25
HSL 309.52º 0.33% 0.62% -
HSV(B) 309.52º 0.33% 0.75% -
XYZ 37.06 29.42 46.91 -
YUV 151.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 190 127 180 0 0.33 0.05 0.25 309.52 0.33 0.62
Hex BE 7F B4 0 21 5 19 136 21 3E
Octal 276 177 264 0 41 5 31 466 41 76
Binary 10111110 1111111 10110100 0 100001 101 11001 100110110 100001 111110

Color Harmonies of #BE7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FB4

Black with #BE7FB4

Text Example


Text Example

White with #BE7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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