Html Css Color HEX #B63E73 Royal Heath

📋 copy color: '#B63E73'

red 182 ◦ green 62 ◦ blue 115

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

Shades of Royal Heath #B63E73

Tints of Royal Heath #B63E73

RGB

 RED value IS 182 (71.48% from 255) = 50.7%

 GREEN value IS 62 (24.61% from 255) = 17.27%

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

R = 50.7%
G = 17.27%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63E73 (or 0xB63E73) is known color: Royal Heath. HEX triplet: B6, 3E and 73. RGB value is (182,62,115). Sum of RGB (Red+Green+Blue) = 182+62+115=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E73 is #49C18C. Grayscale: #676767. Windows color (decimal): -4833677 or 7552694. OLE color: 7552694.

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

Color convert

RGB 182 62 115 -
CMYK 0 0.66 0.37 0.29
HSL 333.5º 0.49% 0.48% -
HSV(B) 333.5º 0.66% 0.71% -
XYZ 24.11 14.63 17.77 -
YUV 103.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 182 62 115 0 0.66 0.37 0.29 333.5 0.49 0.48
Hex B6 3E 73 0 42 25 1D 14E 31 30
Octal 266 76 163 0 102 45 35 516 61 60
Binary 10110110 111110 1110011 0 1000010 100101 11101 101001110 110001 110000

Color Harmonies of #B63E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E73

Black with #B63E73

Text Example


Text Example

White with #B63E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E73; }

 p { color: rgb(182,62,115); }

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

background-color css

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

 a { background-color: rgb(182,62,115); }

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

border-color css

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

 span { border-color: rgb(182,62,115); }

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