Html Css Color HEX #BE7BBA London Hue

📋 copy color: '#BE7BBA'

red 190 ◦ green 123 ◦ blue 186

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

Shades of London Hue #BE7BBA

Tints of London Hue #BE7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 38.08%
G = 24.65%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE7BBA (or 0xBE7BBA) is known color: London Hue. HEX triplet: BE, 7B and BA. RGB value is (190,123,186). Sum of RGB (Red+Green+Blue) = 190+123+186=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBA is #418445. Grayscale: #969696. Windows color (decimal): -4293702 or 12221374. OLE color: 12221374.

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

Color convert

RGB 190 123 186 -
CMYK 0 0.35 0.02 0.25
HSL 303.58º 0.34% 0.61% -
HSV(B) 303.58º 0.35% 0.75% -
XYZ 37.18 28.66 50.03 -
YUV 150.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 190 123 186 0 0.35 0.02 0.25 303.58 0.34 0.61
Hex BE 7B BA 0 23 2 19 130 22 3D
Octal 276 173 272 0 43 2 31 460 42 75
Binary 10111110 1111011 10111010 0 100011 10 11001 100110000 100010 111101

Color Harmonies of #BE7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BBA

Black with #BE7BBA

Text Example


Text Example

White with #BE7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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