Html Css Color HEX #B63C73 Royal Heath

📋 copy color: '#B63C73'

red 182 ◦ green 60 ◦ blue 115

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

Shades of Royal Heath #B63C73

Tints of Royal Heath #B63C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

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

R = 50.98%
G = 16.81%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63C73 (or 0xB63C73) is known color: Royal Heath. HEX triplet: B6, 3C and 73. RGB value is (182,60,115). Sum of RGB (Red+Green+Blue) = 182+60+115=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C73 is #49C38C. Grayscale: #666666. Windows color (decimal): -4834189 or 7552182. OLE color: 7552182.

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

Color convert

RGB 182 60 115 -
CMYK 0 0.67 0.37 0.29
HSL 332.95º 0.5% 0.47% -
HSV(B) 332.95º 0.67% 0.71% -
XYZ 24 14.41 17.74 -
YUV 102.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 182 60 115 0 0.67 0.37 0.29 332.95 0.5 0.47
Hex B6 3C 73 0 43 25 1D 14D 32 2F
Octal 266 74 163 0 103 45 35 515 62 57
Binary 10110110 111100 1110011 0 1000011 100101 11101 101001101 110010 101111

Color Harmonies of #B63C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C73

Black with #B63C73

Text Example


Text Example

White with #B63C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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