Html Css Color HEX #B63C71 Royal Heath

📋 copy color: '#B63C71'

red 182 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #B63C71

Tints of Royal Heath #B63C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 51.27%
G = 16.9%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B63C71 (or 0xB63C71) is known color: Royal Heath. HEX triplet: B6, 3C and 71. RGB value is (182,60,113). Sum of RGB (Red+Green+Blue) = 182+60+113=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C71 is #49C38E. Grayscale: #666666. Windows color (decimal): -4834191 or 7421110. OLE color: 7421110.

HSL color Cylindrical-coordinate representation of color #B63C71: hue angle of 333.93º 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 #B63C71 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 113 -
CMYK 0 0.67 0.38 0.29
HSL 333.93º 0.5% 0.47% -
HSV(B) 333.93º 0.67% 0.71% -
XYZ 23.89 14.37 17.14 -
YUV 102.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 182 60 113 0 0.67 0.38 0.29 333.93 0.5 0.47
Hex B6 3C 71 0 43 26 1D 14E 32 2F
Octal 266 74 161 0 103 46 35 516 62 57
Binary 10110110 111100 1110001 0 1000011 100110 11101 101001110 110010 101111

Color Harmonies of #B63C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C71

Black with #B63C71

Text Example


Text Example

White with #B63C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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