Html Css Color HEX #BE75B1 London Hue

📋 copy color: '#BE75B1'

red 190 ◦ green 117 ◦ blue 177

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

Shades of London Hue #BE75B1

Tints of London Hue #BE75B1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 39.26%
G = 24.17%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE75B1 (or 0xBE75B1) is known color: London Hue. HEX triplet: BE, 75 and B1. RGB value is (190,117,177). Sum of RGB (Red+Green+Blue) = 190+117+177=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75B1 is #418A4E. Grayscale: #919191. Windows color (decimal): -4295247 or 11630014. OLE color: 11630014.

HSL color Cylindrical-coordinate representation of color #BE75B1: hue angle of 310.68º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE75B1 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 177 -
CMYK 0 0.38 0.07 0.25
HSL 310.68º 0.36% 0.6% -
HSV(B) 310.68º 0.38% 0.75% -
XYZ 35.53 26.84 44.9 -
YUV 145.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 190 117 177 0 0.38 0.07 0.25 310.68 0.36 0.6
Hex BE 75 B1 0 26 7 19 137 24 3C
Octal 276 165 261 0 46 7 31 467 44 74
Binary 10111110 1110101 10110001 0 100110 111 11001 100110111 100100 111100

Color Harmonies of #BE75B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75B1

Black with #BE75B1

Text Example


Text Example

White with #BE75B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75B1; }

 p { color: rgb(190,117,177); }

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

background-color css

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

 a { background-color: rgb(190,117,177); }

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

border-color css

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

 span { border-color: rgb(190,117,177); }

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