Html Css Color HEX #BD7FBB London Hue

📋 copy color: '#BD7FBB'

red 189 ◦ green 127 ◦ blue 187

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

Shades of London Hue #BD7FBB

Tints of London Hue #BD7FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

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

R = 37.57%
G = 25.25%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD7FBB (or 0xBD7FBB) is known color: London Hue. HEX triplet: BD, 7F and BB. RGB value is (189,127,187). Sum of RGB (Red+Green+Blue) = 189+127+187=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FBB is #428044. Grayscale: #989898. Windows color (decimal): -4358213 or 12287933. OLE color: 12287933.

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

Color convert

RGB 189 127 187 -
CMYK 0 0.33 0.01 0.26
HSL 301.94º 0.32% 0.62% -
HSV(B) 301.94º 0.33% 0.74% -
XYZ 37.55 29.59 50.75 -
YUV 152.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 189 127 187 0 0.33 0.01 0.26 301.94 0.32 0.62
Hex BD 7F BB 0 21 1 1A 12E 20 3E
Octal 275 177 273 0 41 1 32 456 40 76
Binary 10111101 1111111 10111011 0 100001 1 11010 100101110 100000 111110

Color Harmonies of #BD7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FBB

Black with #BD7FBB

Text Example


Text Example

White with #BD7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FBB; }

 p { color: rgb(189,127,187); }

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

background-color css

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

 a { background-color: rgb(189,127,187); }

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

border-color css

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

 span { border-color: rgb(189,127,187); }

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