Html Css Color HEX #BD467A Royal Heath

📋 copy color: '#BD467A'

red 189 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #BD467A

Tints of Royal Heath #BD467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 49.61%
G = 18.37%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD467A (or 0xBD467A) is known color: Royal Heath. HEX triplet: BD, 46 and 7A. RGB value is (189,70,122). Sum of RGB (Red+Green+Blue) = 189+70+122=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD467A is #42B985. Grayscale: #6F6F6F. Windows color (decimal): -4372870 or 8013501. OLE color: 8013501.

HSL color Cylindrical-coordinate representation of color #BD467A: hue angle of 333.78º 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 #BD467A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 122 -
CMYK 0 0.63 0.35 0.26
HSL 333.78º 0.47% 0.51% -
HSV(B) 333.78º 0.63% 0.74% -
XYZ 26.69 16.6 20.21 -
YUV 111.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 189 70 122 0 0.63 0.35 0.26 333.78 0.47 0.51
Hex BD 46 7A 0 3F 23 1A 14E 2F 33
Octal 275 106 172 0 77 43 32 516 57 63
Binary 10111101 1000110 1111010 0 111111 100011 11010 101001110 101111 110011

Color Harmonies of #BD467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD467A

Black with #BD467A

Text Example


Text Example

White with #BD467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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