Html Css Color HEX #B8457D Royal Heath

📋 copy color: '#B8457D'

red 184 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #B8457D

Tints of Royal Heath #B8457D

RGB

 RED value IS 184 (72.27% from 255) = 48.68%

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

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

R = 48.68%
G = 18.25%
B = 33.07%

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

#B8457D (or 0xB8457D) is known color: Royal Heath. HEX triplet: B8, 45 and 7D. RGB value is (184,69,125). Sum of RGB (Red+Green+Blue) = 184+69+125=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8457D is #47BA82. Grayscale: #6D6D6D. Windows color (decimal): -4700803 or 8209848. OLE color: 8209848.

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

Color convert

RGB 184 69 125 -
CMYK 0 0.62 0.32 0.28
HSL 330.78º 0.45% 0.5% -
HSV(B) 330.78º 0.63% 0.72% -
XYZ 25.6 15.93 21.13 -
YUV 109.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 184 69 125 0 0.62 0.32 0.28 330.78 0.45 0.5
Hex B8 45 7D 0 3E 20 1C 14B 2D 32
Octal 270 105 175 0 76 40 34 513 55 62
Binary 10111000 1000101 1111101 0 111110 100000 11100 101001011 101101 110010

Color Harmonies of #B8457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8457D

Black with #B8457D

Text Example


Text Example

White with #B8457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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