Html Css Color HEX #BF7BBB London Hue

📋 copy color: '#BF7BBB'

red 191 ◦ green 123 ◦ blue 187

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

Shades of London Hue #BF7BBB

Tints of London Hue #BF7BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 38.12%
G = 24.55%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF7BBB (or 0xBF7BBB) is known color: London Hue. HEX triplet: BF, 7B and BB. RGB value is (191,123,187). Sum of RGB (Red+Green+Blue) = 191+123+187=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BBB is #408444. Grayscale: #969696. Windows color (decimal): -4228165 or 12286911. OLE color: 12286911.

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

Color convert

RGB 191 123 187 -
CMYK 0 0.36 0.02 0.25
HSL 303.53º 0.35% 0.62% -
HSV(B) 303.53º 0.36% 0.75% -
XYZ 37.54 28.83 50.6 -
YUV 150.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 191 123 187 0 0.36 0.02 0.25 303.53 0.35 0.62
Hex BF 7B BB 0 24 2 19 130 23 3E
Octal 277 173 273 0 44 2 31 460 43 76
Binary 10111111 1111011 10111011 0 100100 10 11001 100110000 100011 111110

Color Harmonies of #BF7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BBB

Black with #BF7BBB

Text Example


Text Example

White with #BF7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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