Html Css Color HEX #B8427C Royal Heath

📋 copy color: '#B8427C'

red 184 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #B8427C

Tints of Royal Heath #B8427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 49.2%
G = 17.65%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8427C (or 0xB8427C) is known color: Royal Heath. HEX triplet: B8, 42 and 7C. RGB value is (184,66,124). Sum of RGB (Red+Green+Blue) = 184+66+124=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8427C is #47BD83. Grayscale: #6B6B6B. Windows color (decimal): -4701572 or 8143544. OLE color: 8143544.

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

Color convert

RGB 184 66 124 -
CMYK 0 0.64 0.33 0.28
HSL 330.51º 0.47% 0.49% -
HSV(B) 330.51º 0.64% 0.72% -
XYZ 25.35 15.54 20.73 -
YUV 107.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 184 66 124 0 0.64 0.33 0.28 330.51 0.47 0.49
Hex B8 42 7C 0 40 21 1C 14B 2F 31
Octal 270 102 174 0 100 41 34 513 57 61
Binary 10111000 1000010 1111100 0 1000000 100001 11100 101001011 101111 110001

Color Harmonies of #B8427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8427C

Black with #B8427C

Text Example


Text Example

White with #B8427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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