Html Css Color HEX #B13F7B Royal Heath

📋 copy color: '#B13F7B'

red 177 ◦ green 63 ◦ blue 123

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

Shades of Royal Heath #B13F7B

Tints of Royal Heath #B13F7B

RGB

 RED value IS 177 (69.53% from 255) = 48.76%

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

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

R = 48.76%
G = 17.36%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B13F7B (or 0xB13F7B) is known color: Royal Heath. HEX triplet: B1, 3F and 7B. RGB value is (177,63,123). Sum of RGB (Red+Green+Blue) = 177+63+123=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F7B is #4EC084. Grayscale: #676767. Windows color (decimal): -5161093 or 8077233. OLE color: 8077233.

HSL color Cylindrical-coordinate representation of color #B13F7B: hue angle of 328.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F7B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 123 -
CMYK 0 0.64 0.31 0.31
HSL 328.42º 0.48% 0.47% -
HSV(B) 328.42º 0.64% 0.69% -
XYZ 23.48 14.33 20.27 -
YUV 103.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 177 63 123 0 0.64 0.31 0.31 328.42 0.48 0.47
Hex B1 3F 7B 0 40 1F 1F 148 30 2F
Octal 261 77 173 0 100 37 37 510 60 57
Binary 10110001 111111 1111011 0 1000000 11111 11111 101001000 110000 101111

Color Harmonies of #B13F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F7B

Black with #B13F7B

Text Example


Text Example

White with #B13F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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