Html Css Color HEX #B23A71 Royal Heath

📋 copy color: '#B23A71'

red 178 ◦ green 58 ◦ blue 113

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

Shades of Royal Heath #B23A71

Tints of Royal Heath #B23A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

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

R = 51%
G = 16.62%
B = 32.38%

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

#B23A71 (or 0xB23A71) is known color: Royal Heath. HEX triplet: B2, 3A and 71. RGB value is (178,58,113). Sum of RGB (Red+Green+Blue) = 178+58+113=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A71 is #4DC58E. Grayscale: #646464. Windows color (decimal): -5096847 or 7420594. OLE color: 7420594.

HSL color Cylindrical-coordinate representation of color #B23A71: hue angle of 332.5º degrees, saturation: 0.51, 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 #B23A71 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 58 113 -
CMYK 0 0.67 0.37 0.30
HSL 332.5º 0.51% 0.46% -
HSV(B) 332.5º 0.67% 0.7% -
XYZ 22.85 13.68 17.06 -
YUV 100.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 178 58 113 0 0.67 0.37 0.30 332.5 0.51 0.46
Hex B2 3A 71 0 43 25 1E 14C 33 2E
Octal 262 72 161 0 103 45 36 514 63 56
Binary 10110010 111010 1110001 0 1000011 100101 11110 101001100 110011 101110

Color Harmonies of #B23A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A71

Black with #B23A71

Text Example


Text Example

White with #B23A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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