Html Css Color HEX #B63C76 Royal Heath

📋 copy color: '#B63C76'

red 182 ◦ green 60 ◦ blue 118

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

Shades of Royal Heath #B63C76

Tints of Royal Heath #B63C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 50.56%
G = 16.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B63C76 (or 0xB63C76) is known color: Royal Heath. HEX triplet: B6, 3C and 76. RGB value is (182,60,118). Sum of RGB (Red+Green+Blue) = 182+60+118=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C76 is #49C389. Grayscale: #666666. Windows color (decimal): -4834186 or 7748790. OLE color: 7748790.

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

Color convert

RGB 182 60 118 -
CMYK 0 0.67 0.35 0.29
HSL 331.48º 0.5% 0.47% -
HSV(B) 331.48º 0.67% 0.71% -
XYZ 24.18 14.48 18.66 -
YUV 103.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 182 60 118 0 0.67 0.35 0.29 331.48 0.5 0.47
Hex B6 3C 76 0 43 23 1D 14B 32 2F
Octal 266 74 166 0 103 43 35 513 62 57
Binary 10110110 111100 1110110 0 1000011 100011 11101 101001011 110010 101111

Color Harmonies of #B63C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C76

Black with #B63C76

Text Example


Text Example

White with #B63C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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