Html Css Color HEX #BD78B1 London Hue

📋 copy color: '#BD78B1'

red 189 ◦ green 120 ◦ blue 177

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

Shades of London Hue #BD78B1

Tints of London Hue #BD78B1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.69%

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 38.89%
G = 24.69%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD78B1 (or 0xBD78B1) is known color: London Hue. HEX triplet: BD, 78 and B1. RGB value is (189,120,177). Sum of RGB (Red+Green+Blue) = 189+120+177=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78B1 is #42874E. Grayscale: #929292. Windows color (decimal): -4360015 or 11630781. OLE color: 11630781.

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

Color convert

RGB 189 120 177 -
CMYK 0 0.37 0.06 0.26
HSL 310.43º 0.34% 0.61% -
HSV(B) 310.43º 0.37% 0.74% -
XYZ 35.64 27.43 45.01 -
YUV 147.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 189 120 177 0 0.37 0.06 0.26 310.43 0.34 0.61
Hex BD 78 B1 0 25 6 1A 136 22 3D
Octal 275 170 261 0 45 6 32 466 42 75
Binary 10111101 1111000 10110001 0 100101 110 11010 100110110 100010 111101

Color Harmonies of #BD78B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78B1

Black with #BD78B1

Text Example


Text Example

White with #BD78B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78B1; }

 p { color: rgb(189,120,177); }

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

background-color css

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

 a { background-color: rgb(189,120,177); }

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

border-color css

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

 span { border-color: rgb(189,120,177); }

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