Html Css Color HEX #B23B71 Royal Heath

📋 copy color: '#B23B71'

red 178 ◦ green 59 ◦ blue 113

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

Shades of Royal Heath #B23B71

Tints of Royal Heath #B23B71

RGB

 RED value IS 178 (69.92% from 255) = 50.86%

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

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

R = 50.86%
G = 16.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B23B71 (or 0xB23B71) is known color: Royal Heath. HEX triplet: B2, 3B and 71. RGB value is (178,59,113). Sum of RGB (Red+Green+Blue) = 178+59+113=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B71 is #4DC48E. Grayscale: #646464. Windows color (decimal): -5096591 or 7420850. OLE color: 7420850.

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

Color convert

RGB 178 59 113 -
CMYK 0 0.67 0.37 0.30
HSL 332.77º 0.5% 0.46% -
HSV(B) 332.77º 0.67% 0.7% -
XYZ 22.9 13.79 17.08 -
YUV 100.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 178 59 113 0 0.67 0.37 0.30 332.77 0.5 0.46
Hex B2 3B 71 0 43 25 1E 14D 32 2E
Octal 262 73 161 0 103 45 36 515 62 56
Binary 10110010 111011 1110001 0 1000011 100101 11110 101001101 110010 101110

Color Harmonies of #B23B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B71

Black with #B23B71

Text Example


Text Example

White with #B23B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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