Html Css Color HEX #BD507F Royal Heath

📋 copy color: '#BD507F'

red 189 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #BD507F

Tints of Royal Heath #BD507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 47.73%
G = 20.2%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD507F (or 0xBD507F) is known color: Royal Heath. HEX triplet: BD, 50 and 7F. RGB value is (189,80,127). Sum of RGB (Red+Green+Blue) = 189+80+127=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507F is #42AF80. Grayscale: #757575. Windows color (decimal): -4370305 or 8343741. OLE color: 8343741.

HSL color Cylindrical-coordinate representation of color #BD507F: hue angle of 334.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD507F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 80 127 -
CMYK 0 0.58 0.33 0.26
HSL 334.13º 0.45% 0.53% -
HSV(B) 334.13º 0.58% 0.74% -
XYZ 27.69 18.09 22.11 -
YUV 117.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 189 80 127 0 0.58 0.33 0.26 334.13 0.45 0.53
Hex BD 50 7F 0 3A 21 1A 14E 2D 35
Octal 275 120 177 0 72 41 32 516 55 65
Binary 10111101 1010000 1111111 0 111010 100001 11010 101001110 101101 110101

Color Harmonies of #BD507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD507F

Black with #BD507F

Text Example


Text Example

White with #BD507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD507F; }

 p { color: rgb(189,80,127); }

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

background-color css

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

 a { background-color: rgb(189,80,127); }

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

border-color css

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

 span { border-color: rgb(189,80,127); }

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