Html Css Color HEX #BD3F78 Royal Heath

📋 copy color: '#BD3F78'

red 189 ◦ green 63 ◦ blue 120

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

Shades of Royal Heath #BD3F78

Tints of Royal Heath #BD3F78

RGB

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

 GREEN value IS 63 (25% from 255) = 16.94%

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

R = 50.81%
G = 16.94%
B = 32.26%

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

#BD3F78 (or 0xBD3F78) is known color: Royal Heath. HEX triplet: BD, 3F and 78. RGB value is (189,63,120). Sum of RGB (Red+Green+Blue) = 189+63+120=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F78 is #42C087. Grayscale: #6B6B6B. Windows color (decimal): -4374664 or 7880637. OLE color: 7880637.

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

Color convert

RGB 189 63 120 -
CMYK 0 0.67 0.37 0.26
HSL 332.86º 0.5% 0.49% -
HSV(B) 332.86º 0.67% 0.74% -
XYZ 26.15 15.73 19.43 -
YUV 107.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 189 63 120 0 0.67 0.37 0.26 332.86 0.5 0.49
Hex BD 3F 78 0 43 25 1A 14D 32 31
Octal 275 77 170 0 103 45 32 515 62 61
Binary 10111101 111111 1111000 0 1000011 100101 11010 101001101 110010 110001

Color Harmonies of #BD3F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F78

Black with #BD3F78

Text Example


Text Example

White with #BD3F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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