Html Css Color HEX #BD417D Royal Heath

📋 copy color: '#BD417D'

red 189 ◦ green 65 ◦ blue 125

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

Shades of Royal Heath #BD417D

Tints of Royal Heath #BD417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 49.87%
G = 17.15%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD417D (or 0xBD417D) is known color: Royal Heath. HEX triplet: BD, 41 and 7D. RGB value is (189,65,125). Sum of RGB (Red+Green+Blue) = 189+65+125=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD417D is #42BE82. Grayscale: #6C6C6C. Windows color (decimal): -4374147 or 8208829. OLE color: 8208829.

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

Color convert

RGB 189 65 125 -
CMYK 0 0.66 0.34 0.26
HSL 330.97º 0.49% 0.5% -
HSV(B) 330.97º 0.66% 0.74% -
XYZ 26.58 16.08 21.1 -
YUV 108.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 189 65 125 0 0.66 0.34 0.26 330.97 0.49 0.5
Hex BD 41 7D 0 42 22 1A 14B 31 32
Octal 275 101 175 0 102 42 32 513 61 62
Binary 10111101 1000001 1111101 0 1000010 100010 11010 101001011 110001 110010

Color Harmonies of #BD417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD417D

Black with #BD417D

Text Example


Text Example

White with #BD417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD417D; }

 p { color: rgb(189,65,125); }

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

background-color css

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

 a { background-color: rgb(189,65,125); }

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

border-color css

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

 span { border-color: rgb(189,65,125); }

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