Html Css Color HEX #B03F73 Royal Heath

📋 copy color: '#B03F73'

red 176 ◦ green 63 ◦ blue 115

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

Shades of Royal Heath #B03F73

Tints of Royal Heath #B03F73

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

 GREEN value IS 63 (25% from 255) = 17.8%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 49.72%
G = 17.8%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B03F73 (or 0xB03F73) is known color: Royal Heath. HEX triplet: B0, 3F and 73. RGB value is (176,63,115). Sum of RGB (Red+Green+Blue) = 176+63+115=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F73 is #4FC08C. Grayscale: #666666. Windows color (decimal): -5226637 or 7552944. OLE color: 7552944.

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

Color convert

RGB 176 63 115 -
CMYK 0 0.64 0.35 0.31
HSL 332.39º 0.47% 0.47% -
HSV(B) 332.39º 0.64% 0.69% -
XYZ 22.78 14.02 17.73 -
YUV 102.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 176 63 115 0 0.64 0.35 0.31 332.39 0.47 0.47
Hex B0 3F 73 0 40 23 1F 14C 2F 2F
Octal 260 77 163 0 100 43 37 514 57 57
Binary 10110000 111111 1110011 0 1000000 100011 11111 101001100 101111 101111

Color Harmonies of #B03F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F73

Black with #B03F73

Text Example


Text Example

White with #B03F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F73; }

 p { color: rgb(176,63,115); }

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

background-color css

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

 a { background-color: rgb(176,63,115); }

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

border-color css

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

 span { border-color: rgb(176,63,115); }

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