Html Css Color HEX #BD3E78 Royal Heath

📋 copy color: '#BD3E78'

red 189 ◦ green 62 ◦ blue 120

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

Shades of Royal Heath #BD3E78

Tints of Royal Heath #BD3E78

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

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

R = 50.94%
G = 16.71%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD3E78 (or 0xBD3E78) is known color: Royal Heath. HEX triplet: BD, 3E and 78. RGB value is (189,62,120). Sum of RGB (Red+Green+Blue) = 189+62+120=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E78 is #42C187. Grayscale: #6A6A6A. Windows color (decimal): -4374920 or 7880381. OLE color: 7880381.

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

Color convert

RGB 189 62 120 -
CMYK 0 0.67 0.37 0.26
HSL 332.6º 0.51% 0.49% -
HSV(B) 332.6º 0.67% 0.74% -
XYZ 26.1 15.62 19.41 -
YUV 106.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 189 62 120 0 0.67 0.37 0.26 332.6 0.51 0.49
Hex BD 3E 78 0 43 25 1A 14D 33 31
Octal 275 76 170 0 103 45 32 515 63 61
Binary 10111101 111110 1111000 0 1000011 100101 11010 101001101 110011 110001

Color Harmonies of #BD3E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E78

Black with #BD3E78

Text Example


Text Example

White with #BD3E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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