Html Css Color HEX #BF7FBC London Hue

📋 copy color: '#BF7FBC'

red 191 ◦ green 127 ◦ blue 188

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

Shades of London Hue #BF7FBC

Tints of London Hue #BF7FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 37.75%
G = 25.1%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF7FBC (or 0xBF7FBC) is known color: London Hue. HEX triplet: BF, 7F and BC. RGB value is (191,127,188). Sum of RGB (Red+Green+Blue) = 191+127+188=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FBC is #408043. Grayscale: #989898. Windows color (decimal): -4227140 or 12353471. OLE color: 12353471.

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

Color convert

RGB 191 127 188 -
CMYK 0 0.34 0.02 0.25
HSL 302.81º 0.33% 0.62% -
HSV(B) 302.81º 0.34% 0.75% -
XYZ 38.15 29.89 51.33 -
YUV 153.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 191 127 188 0 0.34 0.02 0.25 302.81 0.33 0.62
Hex BF 7F BC 0 22 2 19 12F 21 3E
Octal 277 177 274 0 42 2 31 457 41 76
Binary 10111111 1111111 10111100 0 100010 10 11001 100101111 100001 111110

Color Harmonies of #BF7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FBC

Black with #BF7FBC

Text Example


Text Example

White with #BF7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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