Html Css Color HEX #BD3D6E Royal Heath

📋 copy color: '#BD3D6E'

red 189 ◦ green 61 ◦ blue 110

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

Shades of Royal Heath #BD3D6E

Tints of Royal Heath #BD3D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.94%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 52.5%
G = 16.94%
B = 30.56%

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

#BD3D6E (or 0xBD3D6E) is known color: Royal Heath. HEX triplet: BD, 3D and 6E. RGB value is (189,61,110). Sum of RGB (Red+Green+Blue) = 189+61+110=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D6E is #42C291. Grayscale: #686868. Windows color (decimal): -4375186 or 7224765. OLE color: 7224765.

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

Color convert

RGB 189 61 110 -
CMYK 0 0.68 0.42 0.26
HSL 337.03º 0.51% 0.49% -
HSV(B) 337.03º 0.68% 0.74% -
XYZ 25.47 15.28 16.36 -
YUV 104.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 189 61 110 0 0.68 0.42 0.26 337.03 0.51 0.49
Hex BD 3D 6E 0 44 2A 1A 151 33 31
Octal 275 75 156 0 104 52 32 521 63 61
Binary 10111101 111101 1101110 0 1000100 101010 11010 101010001 110011 110001

Color Harmonies of #BD3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D6E

Black with #BD3D6E

Text Example


Text Example

White with #BD3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D6E; }

 p { color: rgb(189,61,110); }

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

background-color css

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

 a { background-color: rgb(189,61,110); }

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

border-color css

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

 span { border-color: rgb(189,61,110); }

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