Html Css Color HEX #BD427A Royal Heath

📋 copy color: '#BD427A'

red 189 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #BD427A

Tints of Royal Heath #BD427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 50.13%
G = 17.51%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD427A (or 0xBD427A) is known color: Royal Heath. HEX triplet: BD, 42 and 7A. RGB value is (189,66,122). Sum of RGB (Red+Green+Blue) = 189+66+122=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD427A is #42BD85. Grayscale: #6D6D6D. Windows color (decimal): -4373894 or 8012477. OLE color: 8012477.

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

Color convert

RGB 189 66 122 -
CMYK 0 0.65 0.35 0.26
HSL 332.68º 0.48% 0.5% -
HSV(B) 332.68º 0.65% 0.74% -
XYZ 26.45 16.12 20.13 -
YUV 109.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 189 66 122 0 0.65 0.35 0.26 332.68 0.48 0.5
Hex BD 42 7A 0 41 23 1A 14D 30 32
Octal 275 102 172 0 101 43 32 515 60 62
Binary 10111101 1000010 1111010 0 1000001 100011 11010 101001101 110000 110010

Color Harmonies of #BD427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD427A

Black with #BD427A

Text Example


Text Example

White with #BD427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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