Html Css Color HEX #BD7BAF London Hue

📋 copy color: '#BD7BAF'

red 189 ◦ green 123 ◦ blue 175

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

Shades of London Hue #BD7BAF

Tints of London Hue #BD7BAF

RGB

 RED value IS 189 (74.22% from 255) = 38.81%

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

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 38.81%
G = 25.26%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD7BAF (or 0xBD7BAF) is known color: London Hue. HEX triplet: BD, 7B and AF. RGB value is (189,123,175). Sum of RGB (Red+Green+Blue) = 189+123+175=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BAF is #428450. Grayscale: #949494. Windows color (decimal): -4359249 or 11500477. OLE color: 11500477.

HSL color Cylindrical-coordinate representation of color #BD7BAF: hue angle of 312.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BAF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 123 175 -
CMYK 0 0.35 0.07 0.26
HSL 312.73º 0.33% 0.61% -
HSV(B) 312.73º 0.35% 0.74% -
XYZ 35.81 28.08 44.09 -
YUV 148.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 189 123 175 0 0.35 0.07 0.26 312.73 0.33 0.61
Hex BD 7B AF 0 23 7 1A 139 21 3D
Octal 275 173 257 0 43 7 32 471 41 75
Binary 10111101 1111011 10101111 0 100011 111 11010 100111001 100001 111101

Color Harmonies of #BD7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BAF

Black with #BD7BAF

Text Example


Text Example

White with #BD7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BAF; }

 p { color: rgb(189,123,175); }

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

background-color css

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

 a { background-color: rgb(189,123,175); }

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

border-color css

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

 span { border-color: rgb(189,123,175); }

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