Html Css Color HEX #BD407A Royal Heath

📋 copy color: '#BD407A'

red 189 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #BD407A

Tints of Royal Heath #BD407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 50.4%
G = 17.07%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD407A (or 0xBD407A) is known color: Royal Heath. HEX triplet: BD, 40 and 7A. RGB value is (189,64,122). Sum of RGB (Red+Green+Blue) = 189+64+122=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD407A is #42BF85. Grayscale: #6B6B6B. Windows color (decimal): -4374406 or 8011965. OLE color: 8011965.

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

Color convert

RGB 189 64 122 -
CMYK 0 0.66 0.35 0.26
HSL 332.16º 0.49% 0.5% -
HSV(B) 332.16º 0.66% 0.74% -
XYZ 26.33 15.89 20.09 -
YUV 107.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 189 64 122 0 0.66 0.35 0.26 332.16 0.49 0.5
Hex BD 40 7A 0 42 23 1A 14C 31 32
Octal 275 100 172 0 102 43 32 514 61 62
Binary 10111101 1000000 1111010 0 1000010 100011 11010 101001100 110001 110010

Color Harmonies of #BD407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD407A

Black with #BD407A

Text Example


Text Example

White with #BD407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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