Html Css Color HEX #BD507E Royal Heath

📋 copy color: '#BD507E'

red 189 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #BD507E

Tints of Royal Heath #BD507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 47.85%
G = 20.25%
B = 31.9%

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

#BD507E (or 0xBD507E) is known color: Royal Heath. HEX triplet: BD, 50 and 7E. RGB value is (189,80,126). Sum of RGB (Red+Green+Blue) = 189+80+126=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507E is #42AF81. Grayscale: #757575. Windows color (decimal): -4370306 or 8278205. OLE color: 8278205.

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

Color convert

RGB 189 80 126 -
CMYK 0 0.58 0.33 0.26
HSL 334.68º 0.45% 0.53% -
HSV(B) 334.68º 0.58% 0.74% -
XYZ 27.62 18.06 21.77 -
YUV 117.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 189 80 126 0 0.58 0.33 0.26 334.68 0.45 0.53
Hex BD 50 7E 0 3A 21 1A 14F 2D 35
Octal 275 120 176 0 72 41 32 517 55 65
Binary 10111101 1010000 1111110 0 111010 100001 11010 101001111 101101 110101

Color Harmonies of #BD507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD507E

Black with #BD507E

Text Example


Text Example

White with #BD507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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