Html Css Color HEX #BE7FB2 London Hue

📋 copy color: '#BE7FB2'

red 190 ◦ green 127 ◦ blue 178

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

Shades of London Hue #BE7FB2

Tints of London Hue #BE7FB2

RGB

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

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

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

R = 38.38%
G = 25.66%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE7FB2 (or 0xBE7FB2) is known color: London Hue. HEX triplet: BE, 7F and B2. RGB value is (190,127,178). Sum of RGB (Red+Green+Blue) = 190+127+178=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FB2 is #41804D. Grayscale: #979797. Windows color (decimal): -4292686 or 11698110. OLE color: 11698110.

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

Color convert

RGB 190 127 178 -
CMYK 0 0.33 0.06 0.25
HSL 311.43º 0.33% 0.62% -
HSV(B) 311.43º 0.33% 0.75% -
XYZ 36.86 29.34 45.84 -
YUV 151.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 190 127 178 0 0.33 0.06 0.25 311.43 0.33 0.62
Hex BE 7F B2 0 21 6 19 137 21 3E
Octal 276 177 262 0 41 6 31 467 41 76
Binary 10111110 1111111 10110010 0 100001 110 11001 100110111 100001 111110

Color Harmonies of #BE7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FB2

Black with #BE7FB2

Text Example


Text Example

White with #BE7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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