Html Css Color HEX #BE7ABA London Hue

📋 copy color: '#BE7ABA'

red 190 ◦ green 122 ◦ blue 186

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

Shades of London Hue #BE7ABA

Tints of London Hue #BE7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.5%

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

R = 38.15%
G = 24.5%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE7ABA (or 0xBE7ABA) is known color: London Hue. HEX triplet: BE, 7A and BA. RGB value is (190,122,186). Sum of RGB (Red+Green+Blue) = 190+122+186=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ABA is #418545. Grayscale: #959595. Windows color (decimal): -4293958 or 12221118. OLE color: 12221118.

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

Color convert

RGB 190 122 186 -
CMYK 0 0.36 0.02 0.25
HSL 303.53º 0.34% 0.61% -
HSV(B) 303.53º 0.36% 0.75% -
XYZ 37.06 28.41 49.99 -
YUV 149.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 190 122 186 0 0.36 0.02 0.25 303.53 0.34 0.61
Hex BE 7A BA 0 24 2 19 130 22 3D
Octal 276 172 272 0 44 2 31 460 42 75
Binary 10111110 1111010 10111010 0 100100 10 11001 100110000 100010 111101

Color Harmonies of #BE7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7ABA

Black with #BE7ABA

Text Example


Text Example

White with #BE7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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