Html Css Color HEX #B23B76 Royal Heath

📋 copy color: '#B23B76'

red 178 ◦ green 59 ◦ blue 118

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

Shades of Royal Heath #B23B76

Tints of Royal Heath #B23B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 50.14%
G = 16.62%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23B76 (or 0xB23B76) is known color: Royal Heath. HEX triplet: B2, 3B and 76. RGB value is (178,59,118). Sum of RGB (Red+Green+Blue) = 178+59+118=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B76 is #4DC489. Grayscale: #656565. Windows color (decimal): -5096586 or 7748530. OLE color: 7748530.

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

Color convert

RGB 178 59 118 -
CMYK 0 0.67 0.34 0.30
HSL 330.25º 0.5% 0.46% -
HSV(B) 330.25º 0.67% 0.7% -
XYZ 23.19 13.9 18.6 -
YUV 101.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 178 59 118 0 0.67 0.34 0.30 330.25 0.5 0.46
Hex B2 3B 76 0 43 22 1E 14A 32 2E
Octal 262 73 166 0 103 42 36 512 62 56
Binary 10110010 111011 1110110 0 1000011 100010 11110 101001010 110010 101110

Color Harmonies of #B23B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B76

Black with #B23B76

Text Example


Text Example

White with #B23B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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