Html Css Color HEX #BF78B2 London Hue

📋 copy color: '#BF78B2'

red 191 ◦ green 120 ◦ blue 178

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

Shades of London Hue #BF78B2

Tints of London Hue #BF78B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 39.06%
G = 24.54%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF78B2 (or 0xBF78B2) is known color: London Hue. HEX triplet: BF, 78 and B2. RGB value is (191,120,178). Sum of RGB (Red+Green+Blue) = 191+120+178=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78B2 is #40874D. Grayscale: #939393. Windows color (decimal): -4228942 or 11696319. OLE color: 11696319.

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

Color convert

RGB 191 120 178 -
CMYK 0 0.37 0.07 0.25
HSL 310.99º 0.36% 0.61% -
HSV(B) 310.99º 0.37% 0.75% -
XYZ 36.24 27.72 45.56 -
YUV 147.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 191 120 178 0 0.37 0.07 0.25 310.99 0.36 0.61
Hex BF 78 B2 0 25 7 19 137 24 3D
Octal 277 170 262 0 45 7 31 467 44 75
Binary 10111111 1111000 10110010 0 100101 111 11001 100110111 100100 111101

Color Harmonies of #BF78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78B2

Black with #BF78B2

Text Example


Text Example

White with #BF78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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