Html Css Color HEX #B63D71 Royal Heath

📋 copy color: '#B63D71'

red 182 ◦ green 61 ◦ blue 113

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

Shades of Royal Heath #B63D71

Tints of Royal Heath #B63D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

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

R = 51.12%
G = 17.13%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B63D71 (or 0xB63D71) is known color: Royal Heath. HEX triplet: B6, 3D and 71. RGB value is (182,61,113). Sum of RGB (Red+Green+Blue) = 182+61+113=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D71 is #49C28E. Grayscale: #676767. Windows color (decimal): -4833935 or 7421366. OLE color: 7421366.

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

Color convert

RGB 182 61 113 -
CMYK 0 0.66 0.38 0.29
HSL 334.21º 0.5% 0.48% -
HSV(B) 334.21º 0.66% 0.71% -
XYZ 23.94 14.47 17.15 -
YUV 103.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 182 61 113 0 0.66 0.38 0.29 334.21 0.5 0.48
Hex B6 3D 71 0 42 26 1D 14E 32 30
Octal 266 75 161 0 102 46 35 516 62 60
Binary 10110110 111101 1110001 0 1000010 100110 11101 101001110 110010 110000

Color Harmonies of #B63D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D71

Black with #B63D71

Text Example


Text Example

White with #B63D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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