Html Css Color HEX #B23E73 Royal Heath

📋 copy color: '#B23E73'

red 178 ◦ green 62 ◦ blue 115

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

Shades of Royal Heath #B23E73

Tints of Royal Heath #B23E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 50.14%
G = 17.46%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B23E73 (or 0xB23E73) is known color: Royal Heath. HEX triplet: B2, 3E and 73. RGB value is (178,62,115). Sum of RGB (Red+Green+Blue) = 178+62+115=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E73 is #4DC18C. Grayscale: #666666. Windows color (decimal): -5095821 or 7552690. OLE color: 7552690.

HSL color Cylindrical-coordinate representation of color #B23E73: hue angle of 332.59º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E73 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 115 -
CMYK 0 0.65 0.35 0.30
HSL 332.59º 0.48% 0.47% -
HSV(B) 332.59º 0.65% 0.7% -
XYZ 23.18 14.15 17.73 -
YUV 102.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 178 62 115 0 0.65 0.35 0.30 332.59 0.48 0.47
Hex B2 3E 73 0 41 23 1E 14D 30 2F
Octal 262 76 163 0 101 43 36 515 60 57
Binary 10110010 111110 1110011 0 1000001 100011 11110 101001101 110000 101111

Color Harmonies of #B23E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E73

Black with #B23E73

Text Example


Text Example

White with #B23E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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