Html Css Color HEX #BD76B7 London Hue

📋 copy color: '#BD76B7'

red 189 ◦ green 118 ◦ blue 183

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

Shades of London Hue #BD76B7

Tints of London Hue #BD76B7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.08%

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 38.57%
G = 24.08%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD76B7 (or 0xBD76B7) is known color: London Hue. HEX triplet: BD, 76 and B7. RGB value is (189,118,183). Sum of RGB (Red+Green+Blue) = 189+118+183=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76B7 is #428948. Grayscale: #929292. Windows color (decimal): -4360521 or 12023485. OLE color: 12023485.

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

Color convert

RGB 189 118 183 -
CMYK 0 0.38 0.03 0.26
HSL 305.07º 0.35% 0.6% -
HSV(B) 305.07º 0.38% 0.74% -
XYZ 36.01 27.19 48.15 -
YUV 146.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 189 118 183 0 0.38 0.03 0.26 305.07 0.35 0.6
Hex BD 76 B7 0 26 3 1A 131 23 3C
Octal 275 166 267 0 46 3 32 461 43 74
Binary 10111101 1110110 10110111 0 100110 11 11010 100110001 100011 111100

Color Harmonies of #BD76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76B7

Black with #BD76B7

Text Example


Text Example

White with #BD76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76B7; }

 p { color: rgb(189,118,183); }

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

background-color css

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

 a { background-color: rgb(189,118,183); }

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

border-color css

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

 span { border-color: rgb(189,118,183); }

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