Html Css Color HEX #BF7FB2 London Hue

📋 copy color: '#BF7FB2'

red 191 ◦ green 127 ◦ blue 178

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

Shades of London Hue #BF7FB2

Tints of London Hue #BF7FB2

RGB

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

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

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

R = 38.51%
G = 25.6%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF7FB2 (or 0xBF7FB2) is known color: London Hue. HEX triplet: BF, 7F and B2. RGB value is (191,127,178). Sum of RGB (Red+Green+Blue) = 191+127+178=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FB2 is #40804D. Grayscale: #979797. Windows color (decimal): -4227150 or 11698111. OLE color: 11698111.

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

Color convert

RGB 191 127 178 -
CMYK 0 0.34 0.07 0.25
HSL 312.19º 0.33% 0.62% -
HSV(B) 312.19º 0.34% 0.75% -
XYZ 37.11 29.47 45.85 -
YUV 151.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 191 127 178 0 0.34 0.07 0.25 312.19 0.33 0.62
Hex BF 7F B2 0 22 7 19 138 21 3E
Octal 277 177 262 0 42 7 31 470 41 76
Binary 10111111 1111111 10110010 0 100010 111 11001 100111000 100001 111110

Color Harmonies of #BF7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FB2

Black with #BF7FB2

Text Example


Text Example

White with #BF7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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