Html Css Color HEX #BF7FBA London Hue

📋 copy color: '#BF7FBA'

red 191 ◦ green 127 ◦ blue 186

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

Shades of London Hue #BF7FBA

Tints of London Hue #BF7FBA

RGB

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

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

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

R = 37.9%
G = 25.2%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF7FBA (or 0xBF7FBA) is known color: London Hue. HEX triplet: BF, 7F and BA. RGB value is (191,127,186). Sum of RGB (Red+Green+Blue) = 191+127+186=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FBA is #408045. Grayscale: #989898. Windows color (decimal): -4227142 or 12222399. OLE color: 12222399.

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

Color convert

RGB 191 127 186 -
CMYK 0 0.34 0.03 0.25
HSL 304.69º 0.33% 0.62% -
HSV(B) 304.69º 0.34% 0.75% -
XYZ 37.94 29.8 50.21 -
YUV 152.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 191 127 186 0 0.34 0.03 0.25 304.69 0.33 0.62
Hex BF 7F BA 0 22 3 19 131 21 3E
Octal 277 177 272 0 42 3 31 461 41 76
Binary 10111111 1111111 10111010 0 100010 11 11001 100110001 100001 111110

Color Harmonies of #BF7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FBA

Black with #BF7FBA

Text Example


Text Example

White with #BF7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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