Html Css Color HEX #BD3C6D Royal Heath

📋 copy color: '#BD3C6D'

red 189 ◦ green 60 ◦ blue 109

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

Shades of Royal Heath #BD3C6D

Tints of Royal Heath #BD3C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 52.79%
G = 16.76%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD3C6D (or 0xBD3C6D) is known color: Royal Heath. HEX triplet: BD, 3C and 6D. RGB value is (189,60,109). Sum of RGB (Red+Green+Blue) = 189+60+109=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C6D is #42C392. Grayscale: #686868. Windows color (decimal): -4375443 or 7158973. OLE color: 7158973.

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

Color convert

RGB 189 60 109 -
CMYK 0 0.68 0.42 0.26
HSL 337.21º 0.52% 0.49% -
HSV(B) 337.21º 0.68% 0.74% -
XYZ 25.36 15.15 16.06 -
YUV 104.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 189 60 109 0 0.68 0.42 0.26 337.21 0.52 0.49
Hex BD 3C 6D 0 44 2A 1A 151 34 31
Octal 275 74 155 0 104 52 32 521 64 61
Binary 10111101 111100 1101101 0 1000100 101010 11010 101010001 110100 110001

Color Harmonies of #BD3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C6D

Black with #BD3C6D

Text Example


Text Example

White with #BD3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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