Html Css Color HEX #BD5078 Royal Heath

📋 copy color: '#BD5078'

red 189 ◦ green 80 ◦ blue 120

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

Shades of Royal Heath #BD5078

Tints of Royal Heath #BD5078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 48.59%
G = 20.57%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD5078 (or 0xBD5078) is known color: Royal Heath. HEX triplet: BD, 50 and 78. RGB value is (189,80,120). Sum of RGB (Red+Green+Blue) = 189+80+120=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5078 is #42AF87. Grayscale: #757575. Windows color (decimal): -4370312 or 7884989. OLE color: 7884989.

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

Color convert

RGB 189 80 120 -
CMYK 0 0.58 0.37 0.26
HSL 337.98º 0.45% 0.53% -
HSV(B) 337.98º 0.58% 0.74% -
XYZ 27.25 17.91 19.79 -
YUV 117.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 189 80 120 0 0.58 0.37 0.26 337.98 0.45 0.53
Hex BD 50 78 0 3A 25 1A 152 2D 35
Octal 275 120 170 0 72 45 32 522 55 65
Binary 10111101 1010000 1111000 0 111010 100101 11010 101010010 101101 110101

Color Harmonies of #BD5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5078

Black with #BD5078

Text Example


Text Example

White with #BD5078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5078; }

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

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

background-color css

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

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

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

border-color css

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

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

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