Html Css Color HEX #BD467D Royal Heath

📋 copy color: '#BD467D'

red 189 ◦ green 70 ◦ blue 125

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

Shades of Royal Heath #BD467D

Tints of Royal Heath #BD467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 49.22%
G = 18.23%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD467D (or 0xBD467D) is known color: Royal Heath. HEX triplet: BD, 46 and 7D. RGB value is (189,70,125). Sum of RGB (Red+Green+Blue) = 189+70+125=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD467D is #42B982. Grayscale: #6F6F6F. Windows color (decimal): -4372867 or 8210109. OLE color: 8210109.

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

Color convert

RGB 189 70 125 -
CMYK 0 0.63 0.34 0.26
HSL 332.27º 0.47% 0.51% -
HSV(B) 332.27º 0.63% 0.74% -
XYZ 26.88 16.68 21.2 -
YUV 111.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 189 70 125 0 0.63 0.34 0.26 332.27 0.47 0.51
Hex BD 46 7D 0 3F 22 1A 14C 2F 33
Octal 275 106 175 0 77 42 32 514 57 63
Binary 10111101 1000110 1111101 0 111111 100010 11010 101001100 101111 110011

Color Harmonies of #BD467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD467D

Black with #BD467D

Text Example


Text Example

White with #BD467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD467D; }

 p { color: rgb(189,70,125); }

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

background-color css

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

 a { background-color: rgb(189,70,125); }

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

border-color css

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

 span { border-color: rgb(189,70,125); }

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