Html Css Color HEX #B8407C Royal Heath

📋 copy color: '#B8407C'

red 184 ◦ green 64 ◦ blue 124

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

Shades of Royal Heath #B8407C

Tints of Royal Heath #B8407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 49.46%
G = 17.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8407C (or 0xB8407C) is known color: Royal Heath. HEX triplet: B8, 40 and 7C. RGB value is (184,64,124). Sum of RGB (Red+Green+Blue) = 184+64+124=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8407C is #47BF83. Grayscale: #6A6A6A. Windows color (decimal): -4702084 or 8143032. OLE color: 8143032.

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

Color convert

RGB 184 64 124 -
CMYK 0 0.65 0.33 0.28
HSL 330º 0.48% 0.49% -
HSV(B) 330º 0.65% 0.72% -
XYZ 25.24 15.31 20.69 -
YUV 106.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 184 64 124 0 0.65 0.33 0.28 330 0.48 0.49
Hex B8 40 7C 0 41 21 1C 14A 30 31
Octal 270 100 174 0 101 41 34 512 60 61
Binary 10111000 1000000 1111100 0 1000001 100001 11100 101001010 110000 110001

Color Harmonies of #B8407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8407C

Black with #B8407C

Text Example


Text Example

White with #B8407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8407C; }

 p { color: rgb(184,64,124); }

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

background-color css

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

 a { background-color: rgb(184,64,124); }

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

border-color css

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

 span { border-color: rgb(184,64,124); }

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