Html Css Color HEX #BE7FBA London Hue

📋 copy color: '#BE7FBA'

red 190 ◦ green 127 ◦ blue 186

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

Shades of London Hue #BE7FBA

Tints of London Hue #BE7FBA

RGB

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

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

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

R = 37.77%
G = 25.25%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE7FBA (or 0xBE7FBA) is known color: London Hue. HEX triplet: BE, 7F and BA. RGB value is (190,127,186). Sum of RGB (Red+Green+Blue) = 190+127+186=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FBA is #418045. Grayscale: #989898. Windows color (decimal): -4292678 or 12222398. OLE color: 12222398.

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

Color convert

RGB 190 127 186 -
CMYK 0 0.33 0.02 0.25
HSL 303.81º 0.33% 0.62% -
HSV(B) 303.81º 0.33% 0.75% -
XYZ 37.69 29.67 50.2 -
YUV 152.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 190 127 186 0 0.33 0.02 0.25 303.81 0.33 0.62
Hex BE 7F BA 0 21 2 19 130 21 3E
Octal 276 177 272 0 41 2 31 460 41 76
Binary 10111110 1111111 10111010 0 100001 10 11001 100110000 100001 111110

Color Harmonies of #BE7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FBA

Black with #BE7FBA

Text Example


Text Example

White with #BE7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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