Html Css Color HEX #BE78BA London Hue

📋 copy color: '#BE78BA'

red 190 ◦ green 120 ◦ blue 186

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

Shades of London Hue #BE78BA

Tints of London Hue #BE78BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

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

R = 38.31%
G = 24.19%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE78BA (or 0xBE78BA) is known color: London Hue. HEX triplet: BE, 78 and BA. RGB value is (190,120,186). Sum of RGB (Red+Green+Blue) = 190+120+186=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78BA is #418745. Grayscale: #949494. Windows color (decimal): -4294470 or 12220606. OLE color: 12220606.

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

Color convert

RGB 190 120 186 -
CMYK 0 0.37 0.02 0.25
HSL 303.43º 0.35% 0.61% -
HSV(B) 303.43º 0.37% 0.75% -
XYZ 36.81 27.93 49.9 -
YUV 148.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 190 120 186 0 0.37 0.02 0.25 303.43 0.35 0.61
Hex BE 78 BA 0 25 2 19 12F 23 3D
Octal 276 170 272 0 45 2 31 457 43 75
Binary 10111110 1111000 10111010 0 100101 10 11001 100101111 100011 111101

Color Harmonies of #BE78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78BA

Black with #BE78BA

Text Example


Text Example

White with #BE78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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