Html Css Color HEX #BD427C Royal Heath

📋 copy color: '#BD427C'

red 189 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #BD427C

Tints of Royal Heath #BD427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 49.87%
G = 17.41%
B = 32.72%

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

#BD427C (or 0xBD427C) is known color: Royal Heath. HEX triplet: BD, 42 and 7C. RGB value is (189,66,124). Sum of RGB (Red+Green+Blue) = 189+66+124=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD427C is #42BD83. Grayscale: #6D6D6D. Windows color (decimal): -4373892 or 8143549. OLE color: 8143549.

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

Color convert

RGB 189 66 124 -
CMYK 0 0.65 0.34 0.26
HSL 331.71º 0.48% 0.5% -
HSV(B) 331.71º 0.65% 0.74% -
XYZ 26.57 16.17 20.79 -
YUV 109.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 189 66 124 0 0.65 0.34 0.26 331.71 0.48 0.5
Hex BD 42 7C 0 41 22 1A 14C 30 32
Octal 275 102 174 0 101 42 32 514 60 62
Binary 10111101 1000010 1111100 0 1000001 100010 11010 101001100 110000 110010

Color Harmonies of #BD427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD427C

Black with #BD427C

Text Example


Text Example

White with #BD427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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