Html Css Color HEX #BD4F7F Royal Heath

📋 copy color: '#BD4F7F'

red 189 ◦ green 79 ◦ blue 127

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

Shades of Royal Heath #BD4F7F

Tints of Royal Heath #BD4F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20%

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

R = 47.85%
G = 20%
B = 32.15%

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

#BD4F7F (or 0xBD4F7F) is known color: Royal Heath. HEX triplet: BD, 4F and 7F. RGB value is (189,79,127). Sum of RGB (Red+Green+Blue) = 189+79+127=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F7F is #42B080. Grayscale: #757575. Windows color (decimal): -4370561 or 8343485. OLE color: 8343485.

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

Color convert

RGB 189 79 127 -
CMYK 0 0.58 0.33 0.26
HSL 333.82º 0.45% 0.53% -
HSV(B) 333.82º 0.58% 0.74% -
XYZ 27.61 17.94 22.09 -
YUV 117.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 189 79 127 0 0.58 0.33 0.26 333.82 0.45 0.53
Hex BD 4F 7F 0 3A 21 1A 14E 2D 35
Octal 275 117 177 0 72 41 32 516 55 65
Binary 10111101 1001111 1111111 0 111010 100001 11010 101001110 101101 110101

Color Harmonies of #BD4F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F7F

Black with #BD4F7F

Text Example


Text Example

White with #BD4F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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