Html Css Color HEX #BF7BBA London Hue

📋 copy color: '#BF7BBA'

red 191 ◦ green 123 ◦ blue 186

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

Shades of London Hue #BF7BBA

Tints of London Hue #BF7BBA

RGB

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

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

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

R = 38.2%
G = 24.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF7BBA (or 0xBF7BBA) is known color: London Hue. HEX triplet: BF, 7B and BA. RGB value is (191,123,186). Sum of RGB (Red+Green+Blue) = 191+123+186=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BBA is #408445. Grayscale: #969696. Windows color (decimal): -4228166 or 12221375. OLE color: 12221375.

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

Color convert

RGB 191 123 186 -
CMYK 0 0.36 0.03 0.25
HSL 304.41º 0.35% 0.62% -
HSV(B) 304.41º 0.36% 0.75% -
XYZ 37.43 28.79 50.04 -
YUV 150.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 191 123 186 0 0.36 0.03 0.25 304.41 0.35 0.62
Hex BF 7B BA 0 24 3 19 130 23 3E
Octal 277 173 272 0 44 3 31 460 43 76
Binary 10111111 1111011 10111010 0 100100 11 11001 100110000 100011 111110

Color Harmonies of #BF7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BBA

Black with #BF7BBA

Text Example


Text Example

White with #BF7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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