Html Css Color HEX #BD3C74 Royal Heath

📋 copy color: '#BD3C74'

red 189 ◦ green 60 ◦ blue 116

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

Shades of Royal Heath #BD3C74

Tints of Royal Heath #BD3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 51.78%
G = 16.44%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD3C74 (or 0xBD3C74) is known color: Royal Heath. HEX triplet: BD, 3C and 74. RGB value is (189,60,116). Sum of RGB (Red+Green+Blue) = 189+60+116=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C74 is #42C38B. Grayscale: #686868. Windows color (decimal): -4375436 or 7617725. OLE color: 7617725.

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

Color convert

RGB 189 60 116 -
CMYK 0 0.68 0.39 0.26
HSL 333.95º 0.52% 0.49% -
HSV(B) 333.95º 0.68% 0.74% -
XYZ 25.75 15.31 18.12 -
YUV 104.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 189 60 116 0 0.68 0.39 0.26 333.95 0.52 0.49
Hex BD 3C 74 0 44 27 1A 14E 34 31
Octal 275 74 164 0 104 47 32 516 64 61
Binary 10111101 111100 1110100 0 1000100 100111 11010 101001110 110100 110001

Color Harmonies of #BD3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C74

Black with #BD3C74

Text Example


Text Example

White with #BD3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C74; }

 p { color: rgb(189,60,116); }

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

background-color css

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

 a { background-color: rgb(189,60,116); }

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

border-color css

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

 span { border-color: rgb(189,60,116); }

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