Html Css Color HEX #BD467C Royal Heath

📋 copy color: '#BD467C'

red 189 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #BD467C

Tints of Royal Heath #BD467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 49.35%
G = 18.28%
B = 32.38%

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

#BD467C (or 0xBD467C) is known color: Royal Heath. HEX triplet: BD, 46 and 7C. RGB value is (189,70,124). Sum of RGB (Red+Green+Blue) = 189+70+124=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD467C is #42B983. Grayscale: #6F6F6F. Windows color (decimal): -4372868 or 8144573. OLE color: 8144573.

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

Color convert

RGB 189 70 124 -
CMYK 0 0.63 0.34 0.26
HSL 332.77º 0.47% 0.51% -
HSV(B) 332.77º 0.63% 0.74% -
XYZ 26.81 16.65 20.87 -
YUV 111.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 189 70 124 0 0.63 0.34 0.26 332.77 0.47 0.51
Hex BD 46 7C 0 3F 22 1A 14D 2F 33
Octal 275 106 174 0 77 42 32 515 57 63
Binary 10111101 1000110 1111100 0 111111 100010 11010 101001101 101111 110011

Color Harmonies of #BD467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD467C

Black with #BD467C

Text Example


Text Example

White with #BD467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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