Html Css Color HEX #BD79B8 London Hue

📋 copy color: '#BD79B8'

red 189 ◦ green 121 ◦ blue 184

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

Shades of London Hue #BD79B8

Tints of London Hue #BD79B8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.49%

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 38.26%
G = 24.49%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD79B8 (or 0xBD79B8) is known color: London Hue. HEX triplet: BD, 79 and B8. RGB value is (189,121,184). Sum of RGB (Red+Green+Blue) = 189+121+184=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79B8 is #428647. Grayscale: #949494. Windows color (decimal): -4359752 or 12089789. OLE color: 12089789.

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

Color convert

RGB 189 121 184 -
CMYK 0 0.36 0.03 0.26
HSL 304.41º 0.34% 0.61% -
HSV(B) 304.41º 0.36% 0.74% -
XYZ 36.48 27.95 48.82 -
YUV 148.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 189 121 184 0 0.36 0.03 0.26 304.41 0.34 0.61
Hex BD 79 B8 0 24 3 1A 130 22 3D
Octal 275 171 270 0 44 3 32 460 42 75
Binary 10111101 1111001 10111000 0 100100 11 11010 100110000 100010 111101

Color Harmonies of #BD79B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD79B8

Black with #BD79B8

Text Example


Text Example

White with #BD79B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD79B8; }

 p { color: rgb(189,121,184); }

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

background-color css

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

 a { background-color: rgb(189,121,184); }

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

border-color css

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

 span { border-color: rgb(189,121,184); }

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