Html Css Color HEX #B23A73 Royal Heath

📋 copy color: '#B23A73'

red 178 ◦ green 58 ◦ blue 115

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

Shades of Royal Heath #B23A73

Tints of Royal Heath #B23A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 50.71%
G = 16.52%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B23A73 (or 0xB23A73) is known color: Royal Heath. HEX triplet: B2, 3A and 73. RGB value is (178,58,115). Sum of RGB (Red+Green+Blue) = 178+58+115=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A73 is #4DC58C. Grayscale: #646464. Windows color (decimal): -5096845 or 7551666. OLE color: 7551666.

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

Color convert

RGB 178 58 115 -
CMYK 0 0.67 0.35 0.30
HSL 331.5º 0.51% 0.46% -
HSV(B) 331.5º 0.67% 0.7% -
XYZ 22.97 13.73 17.66 -
YUV 100.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 178 58 115 0 0.67 0.35 0.30 331.5 0.51 0.46
Hex B2 3A 73 0 43 23 1E 14C 33 2E
Octal 262 72 163 0 103 43 36 514 63 56
Binary 10110010 111010 1110011 0 1000011 100011 11110 101001100 110011 101110

Color Harmonies of #B23A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A73

Black with #B23A73

Text Example


Text Example

White with #B23A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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