Html Css Color HEX #BD3C6C Royal Heath

📋 copy color: '#BD3C6C'

red 189 ◦ green 60 ◦ blue 108

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

Shades of Royal Heath #BD3C6C

Tints of Royal Heath #BD3C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 52.94%
G = 16.81%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD3C6C (or 0xBD3C6C) is known color: Royal Heath. HEX triplet: BD, 3C and 6C. RGB value is (189,60,108). Sum of RGB (Red+Green+Blue) = 189+60+108=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C6C is #42C393. Grayscale: #676767. Windows color (decimal): -4375444 or 7093437. OLE color: 7093437.

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

Color convert

RGB 189 60 108 -
CMYK 0 0.68 0.43 0.26
HSL 337.67º 0.52% 0.49% -
HSV(B) 337.67º 0.68% 0.74% -
XYZ 25.31 15.13 15.77 -
YUV 104.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 189 60 108 0 0.68 0.43 0.26 337.67 0.52 0.49
Hex BD 3C 6C 0 44 2B 1A 152 34 31
Octal 275 74 154 0 104 53 32 522 64 61
Binary 10111101 111100 1101100 0 1000100 101011 11010 101010010 110100 110001

Color Harmonies of #BD3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C6C

Black with #BD3C6C

Text Example


Text Example

White with #BD3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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