Html Css Color HEX #B63B71 Royal Heath

📋 copy color: '#B63B71'

red 182 ◦ green 59 ◦ blue 113

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

Shades of Royal Heath #B63B71

Tints of Royal Heath #B63B71

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

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

R = 51.41%
G = 16.67%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B63B71 (or 0xB63B71) is known color: Royal Heath. HEX triplet: B6, 3B and 71. RGB value is (182,59,113). Sum of RGB (Red+Green+Blue) = 182+59+113=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B71 is #49C48E. Grayscale: #656565. Windows color (decimal): -4834447 or 7420854. OLE color: 7420854.

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

Color convert

RGB 182 59 113 -
CMYK 0 0.68 0.38 0.29
HSL 333.66º 0.51% 0.47% -
HSV(B) 333.66º 0.68% 0.71% -
XYZ 23.84 14.27 17.12 -
YUV 101.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 182 59 113 0 0.68 0.38 0.29 333.66 0.51 0.47
Hex B6 3B 71 0 44 26 1D 14E 33 2F
Octal 266 73 161 0 104 46 35 516 63 57
Binary 10110110 111011 1110001 0 1000100 100110 11101 101001110 110011 101111

Color Harmonies of #B63B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B71

Black with #B63B71

Text Example


Text Example

White with #B63B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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