Html Css Color HEX #B23F7B Royal Heath

📋 copy color: '#B23F7B'

red 178 ◦ green 63 ◦ blue 123

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

Shades of Royal Heath #B23F7B

Tints of Royal Heath #B23F7B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 48.9%
G = 17.31%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B23F7B (or 0xB23F7B) is known color: Royal Heath. HEX triplet: B2, 3F and 7B. RGB value is (178,63,123). Sum of RGB (Red+Green+Blue) = 178+63+123=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F7B is #4DC084. Grayscale: #686868. Windows color (decimal): -5095557 or 8077234. OLE color: 8077234.

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

Color convert

RGB 178 63 123 -
CMYK 0 0.65 0.31 0.30
HSL 328.7º 0.48% 0.47% -
HSV(B) 328.7º 0.65% 0.7% -
XYZ 23.71 14.45 20.28 -
YUV 104.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 178 63 123 0 0.65 0.31 0.30 328.7 0.48 0.47
Hex B2 3F 7B 0 41 1F 1E 149 30 2F
Octal 262 77 173 0 101 37 36 511 60 57
Binary 10110010 111111 1111011 0 1000001 11111 11110 101001001 110000 101111

Color Harmonies of #B23F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F7B

Black with #B23F7B

Text Example


Text Example

White with #B23F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F7B; }

 p { color: rgb(178,63,123); }

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

background-color css

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

 a { background-color: rgb(178,63,123); }

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

border-color css

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

 span { border-color: rgb(178,63,123); }

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