Html Css Color HEX #B7407C Royal Heath

📋 copy color: '#B7407C'

red 183 ◦ green 64 ◦ blue 124

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

Shades of Royal Heath #B7407C

Tints of Royal Heath #B7407C

RGB

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

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

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

R = 49.33%
G = 17.25%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7407C (or 0xB7407C) is known color: Royal Heath. HEX triplet: B7, 40 and 7C. RGB value is (183,64,124). Sum of RGB (Red+Green+Blue) = 183+64+124=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7407C is #48BF83. Grayscale: #6A6A6A. Windows color (decimal): -4767620 or 8143031. OLE color: 8143031.

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

Color convert

RGB 183 64 124 -
CMYK 0 0.65 0.32 0.28
HSL 329.75º 0.48% 0.48% -
HSV(B) 329.75º 0.65% 0.72% -
XYZ 25 15.19 20.68 -
YUV 106.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 183 64 124 0 0.65 0.32 0.28 329.75 0.48 0.48
Hex B7 40 7C 0 41 20 1C 14A 30 30
Octal 267 100 174 0 101 40 34 512 60 60
Binary 10110111 1000000 1111100 0 1000001 100000 11100 101001010 110000 110000

Color Harmonies of #B7407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7407C

Black with #B7407C

Text Example


Text Example

White with #B7407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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