Html Css Color HEX #BF7BB3 London Hue

📋 copy color: '#BF7BB3'

red 191 ◦ green 123 ◦ blue 179

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

Shades of London Hue #BF7BB3

Tints of London Hue #BF7BB3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.95%

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 38.74%
G = 24.95%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF7BB3 (or 0xBF7BB3) is known color: London Hue. HEX triplet: BF, 7B and B3. RGB value is (191,123,179). Sum of RGB (Red+Green+Blue) = 191+123+179=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BB3 is #40844C. Grayscale: #959595. Windows color (decimal): -4228173 or 11762623. OLE color: 11762623.

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

Color convert

RGB 191 123 179 -
CMYK 0 0.36 0.06 0.25
HSL 310.59º 0.35% 0.62% -
HSV(B) 310.59º 0.36% 0.75% -
XYZ 36.71 28.5 46.21 -
YUV 149.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 191 123 179 0 0.36 0.06 0.25 310.59 0.35 0.62
Hex BF 7B B3 0 24 6 19 137 23 3E
Octal 277 173 263 0 44 6 31 467 43 76
Binary 10111111 1111011 10110011 0 100100 110 11001 100110111 100011 111110

Color Harmonies of #BF7BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BB3

Black with #BF7BB3

Text Example


Text Example

White with #BF7BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BB3; }

 p { color: rgb(191,123,179); }

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

background-color css

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

 a { background-color: rgb(191,123,179); }

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

border-color css

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

 span { border-color: rgb(191,123,179); }

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