Html Css Color HEX #BF78BA London Hue

📋 copy color: '#BF78BA'

red 191 ◦ green 120 ◦ blue 186

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

Shades of London Hue #BF78BA

Tints of London Hue #BF78BA

RGB

 RED value IS 191 (75% from 255) = 38.43%

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

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

R = 38.43%
G = 24.14%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF78BA (or 0xBF78BA) is known color: London Hue. HEX triplet: BF, 78 and BA. RGB value is (191,120,186). Sum of RGB (Red+Green+Blue) = 191+120+186=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78BA is #408745. Grayscale: #949494. Windows color (decimal): -4228934 or 12220607. OLE color: 12220607.

HSL color Cylindrical-coordinate representation of color #BF78BA: hue angle of 304.23º degrees, saturation: 0.36, 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 #BF78BA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 186 -
CMYK 0 0.37 0.03 0.25
HSL 304.23º 0.36% 0.61% -
HSV(B) 304.23º 0.37% 0.75% -
XYZ 37.07 28.05 49.92 -
YUV 148.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 191 120 186 0 0.37 0.03 0.25 304.23 0.36 0.61
Hex BF 78 BA 0 25 3 19 130 24 3D
Octal 277 170 272 0 45 3 31 460 44 75
Binary 10111111 1111000 10111010 0 100101 11 11001 100110000 100100 111101

Color Harmonies of #BF78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78BA

Black with #BF78BA

Text Example


Text Example

White with #BF78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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