Html Css Color HEX #B4417C Royal Heath

📋 copy color: '#B4417C'

red 180 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #B4417C

Tints of Royal Heath #B4417C

RGB

 RED value IS 180 (70.7% from 255) = 48.78%

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 48.78%
G = 17.62%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4417C (or 0xB4417C) is known color: Royal Heath. HEX triplet: B4, 41 and 7C. RGB value is (180,65,124). Sum of RGB (Red+Green+Blue) = 180+65+124=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4417C is #4BBE83. Grayscale: #696969. Windows color (decimal): -4963972 or 8143284. OLE color: 8143284.

HSL color Cylindrical-coordinate representation of color #B4417C: hue angle of 329.22º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4417C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 65 124 -
CMYK 0 0.64 0.31 0.29
HSL 329.22º 0.47% 0.48% -
HSV(B) 329.22º 0.64% 0.71% -
XYZ 24.35 14.94 20.67 -
YUV 106.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 180 65 124 0 0.64 0.31 0.29 329.22 0.47 0.48
Hex B4 41 7C 0 40 1F 1D 149 2F 30
Octal 264 101 174 0 100 37 35 511 57 60
Binary 10110100 1000001 1111100 0 1000000 11111 11101 101001001 101111 110000

Color Harmonies of #B4417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4417C

Black with #B4417C

Text Example


Text Example

White with #B4417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4417C; }

 p { color: rgb(180,65,124); }

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

background-color css

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

 a { background-color: rgb(180,65,124); }

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

border-color css

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

 span { border-color: rgb(180,65,124); }

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