Html Css Color HEX #BD76B5 London Hue

📋 copy color: '#BD76B5'

red 189 ◦ green 118 ◦ blue 181

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

Shades of London Hue #BD76B5

Tints of London Hue #BD76B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 38.73%
G = 24.18%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD76B5 (or 0xBD76B5) is known color: London Hue. HEX triplet: BD, 76 and B5. RGB value is (189,118,181). Sum of RGB (Red+Green+Blue) = 189+118+181=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76B5 is #42894A. Grayscale: #929292. Windows color (decimal): -4360523 or 11892413. OLE color: 11892413.

HSL color Cylindrical-coordinate representation of color #BD76B5: hue angle of 306.76º 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 #BD76B5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 118 181 -
CMYK 0 0.38 0.04 0.26
HSL 306.76º 0.35% 0.6% -
HSV(B) 306.76º 0.38% 0.74% -
XYZ 35.81 27.11 47.06 -
YUV 146.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 189 118 181 0 0.38 0.04 0.26 306.76 0.35 0.6
Hex BD 76 B5 0 26 4 1A 133 23 3C
Octal 275 166 265 0 46 4 32 463 43 74
Binary 10111101 1110110 10110101 0 100110 100 11010 100110011 100011 111100

Color Harmonies of #BD76B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76B5

Black with #BD76B5

Text Example


Text Example

White with #BD76B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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