Html Css Color HEX #B1437D Royal Heath

📋 copy color: '#B1437D'

red 177 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #B1437D

Tints of Royal Heath #B1437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 47.97%
G = 18.16%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1437D (or 0xB1437D) is known color: Royal Heath. HEX triplet: B1, 43 and 7D. RGB value is (177,67,125). Sum of RGB (Red+Green+Blue) = 177+67+125=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1437D is #4EBC82. Grayscale: #6A6A6A. Windows color (decimal): -5160067 or 8209329. OLE color: 8209329.

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

Color convert

RGB 177 67 125 -
CMYK 0 0.62 0.29 0.31
HSL 328.36º 0.45% 0.48% -
HSV(B) 328.36º 0.62% 0.69% -
XYZ 23.84 14.84 21.01 -
YUV 106.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 177 67 125 0 0.62 0.29 0.31 328.36 0.45 0.48
Hex B1 43 7D 0 3E 1D 1F 148 2D 30
Octal 261 103 175 0 76 35 37 510 55 60
Binary 10110001 1000011 1111101 0 111110 11101 11111 101001000 101101 110000

Color Harmonies of #B1437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1437D

Black with #B1437D

Text Example


Text Example

White with #B1437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1437D; }

 p { color: rgb(177,67,125); }

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

background-color css

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

 a { background-color: rgb(177,67,125); }

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

border-color css

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

 span { border-color: rgb(177,67,125); }

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