Html Css Color HEX #BD4174 Royal Heath

📋 copy color: '#BD4174'

red 189 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #BD4174

Tints of Royal Heath #BD4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 51.08%
G = 17.57%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD4174 (or 0xBD4174) is known color: Royal Heath. HEX triplet: BD, 41 and 74. RGB value is (189,65,116). Sum of RGB (Red+Green+Blue) = 189+65+116=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4174 is #42BE8B. Grayscale: #6B6B6B. Windows color (decimal): -4374156 or 7619005. OLE color: 7619005.

HSL color Cylindrical-coordinate representation of color #BD4174: hue angle of 335.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4174 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 116 -
CMYK 0 0.66 0.39 0.26
HSL 335.32º 0.49% 0.5% -
HSV(B) 335.32º 0.66% 0.74% -
XYZ 26.03 15.86 18.21 -
YUV 107.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 189 65 116 0 0.66 0.39 0.26 335.32 0.49 0.5
Hex BD 41 74 0 42 27 1A 14F 31 32
Octal 275 101 164 0 102 47 32 517 61 62
Binary 10111101 1000001 1110100 0 1000010 100111 11010 101001111 110001 110010

Color Harmonies of #BD4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4174

Black with #BD4174

Text Example


Text Example

White with #BD4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4174; }

 p { color: rgb(189,65,116); }

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

background-color css

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

 a { background-color: rgb(189,65,116); }

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

border-color css

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

 span { border-color: rgb(189,65,116); }

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