Html Css Color HEX #BD427D Royal Heath

📋 copy color: '#BD427D'

red 189 ◦ green 66 ◦ blue 125

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

Shades of Royal Heath #BD427D

Tints of Royal Heath #BD427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

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

R = 49.74%
G = 17.37%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD427D (or 0xBD427D) is known color: Royal Heath. HEX triplet: BD, 42 and 7D. RGB value is (189,66,125). Sum of RGB (Red+Green+Blue) = 189+66+125=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD427D is #42BD82. Grayscale: #6D6D6D. Windows color (decimal): -4373891 or 8209085. OLE color: 8209085.

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

Color convert

RGB 189 66 125 -
CMYK 0 0.65 0.34 0.26
HSL 331.22º 0.48% 0.5% -
HSV(B) 331.22º 0.65% 0.74% -
XYZ 26.64 16.2 21.12 -
YUV 109.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 189 66 125 0 0.65 0.34 0.26 331.22 0.48 0.5
Hex BD 42 7D 0 41 22 1A 14B 30 32
Octal 275 102 175 0 101 42 32 513 60 62
Binary 10111101 1000010 1111101 0 1000001 100010 11010 101001011 110000 110010

Color Harmonies of #BD427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD427D

Black with #BD427D

Text Example


Text Example

White with #BD427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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