Html Css Color HEX #BF7BBE London Hue

📋 copy color: '#BF7BBE'

red 191 ◦ green 123 ◦ blue 190

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

Shades of London Hue #BF7BBE

Tints of London Hue #BF7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 37.9%
G = 24.4%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF7BBE (or 0xBF7BBE) is known color: London Hue. HEX triplet: BF, 7B and BE. RGB value is (191,123,190). Sum of RGB (Red+Green+Blue) = 191+123+190=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BBE is #408441. Grayscale: #969696. Windows color (decimal): -4228162 or 12483519. OLE color: 12483519.

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

Color convert

RGB 191 123 190 -
CMYK 0 0.36 0.01 0.25
HSL 300.88º 0.35% 0.62% -
HSV(B) 300.88º 0.36% 0.75% -
XYZ 37.86 28.96 52.31 -
YUV 150.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 191 123 190 0 0.36 0.01 0.25 300.88 0.35 0.62
Hex BF 7B BE 0 24 1 19 12D 23 3E
Octal 277 173 276 0 44 1 31 455 43 76
Binary 10111111 1111011 10111110 0 100100 1 11001 100101101 100011 111110

Color Harmonies of #BF7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BBE

Black with #BF7BBE

Text Example


Text Example

White with #BF7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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