Html Css Color HEX #B7457D Royal Heath

📋 copy color: '#B7457D'

red 183 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #B7457D

Tints of Royal Heath #B7457D

RGB

 RED value IS 183 (71.88% from 255) = 48.54%

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 48.54%
G = 18.3%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7457D (or 0xB7457D) is known color: Royal Heath. HEX triplet: B7, 45 and 7D. RGB value is (183,69,125). Sum of RGB (Red+Green+Blue) = 183+69+125=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7457D is #48BA82. Grayscale: #6D6D6D. Windows color (decimal): -4766339 or 8209847. OLE color: 8209847.

HSL color Cylindrical-coordinate representation of color #B7457D: hue angle of 330.53º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7457D is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 125 -
CMYK 0 0.62 0.32 0.28
HSL 330.53º 0.45% 0.49% -
HSV(B) 330.53º 0.62% 0.72% -
XYZ 25.36 15.8 21.12 -
YUV 109.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 183 69 125 0 0.62 0.32 0.28 330.53 0.45 0.49
Hex B7 45 7D 0 3E 20 1C 14B 2D 31
Octal 267 105 175 0 76 40 34 513 55 61
Binary 10110111 1000101 1111101 0 111110 100000 11100 101001011 101101 110001

Color Harmonies of #B7457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7457D

Black with #B7457D

Text Example


Text Example

White with #B7457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7457D; }

 p { color: rgb(183,69,125); }

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

background-color css

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

 a { background-color: rgb(183,69,125); }

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

border-color css

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

 span { border-color: rgb(183,69,125); }

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