Html Css Color HEX #BD4678 Royal Heath

📋 copy color: '#BD4678'

red 189 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #BD4678

Tints of Royal Heath #BD4678

RGB

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

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

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

R = 49.87%
G = 18.47%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD4678 (or 0xBD4678) is known color: Royal Heath. HEX triplet: BD, 46 and 78. RGB value is (189,70,120). Sum of RGB (Red+Green+Blue) = 189+70+120=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4678 is #42B987. Grayscale: #6F6F6F. Windows color (decimal): -4372872 or 7882429. OLE color: 7882429.

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

Color convert

RGB 189 70 120 -
CMYK 0 0.63 0.37 0.26
HSL 334.79º 0.47% 0.51% -
HSV(B) 334.79º 0.63% 0.74% -
XYZ 26.57 16.56 19.56 -
YUV 111.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 189 70 120 0 0.63 0.37 0.26 334.79 0.47 0.51
Hex BD 46 78 0 3F 25 1A 14F 2F 33
Octal 275 106 170 0 77 45 32 517 57 63
Binary 10111101 1000110 1111000 0 111111 100101 11010 101001111 101111 110011

Color Harmonies of #BD4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4678

Black with #BD4678

Text Example


Text Example

White with #BD4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4678; }

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

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

background-color css

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

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

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

border-color css

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

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

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