Html Css Color HEX #B1407A Royal Heath

📋 copy color: '#B1407A'

red 177 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #B1407A

Tints of Royal Heath #B1407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 48.76%
G = 17.63%
B = 33.61%

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

#B1407A (or 0xB1407A) is known color: Royal Heath. HEX triplet: B1, 40 and 7A. RGB value is (177,64,122). Sum of RGB (Red+Green+Blue) = 177+64+122=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1407A is #4EBF85. Grayscale: #686868. Windows color (decimal): -5160838 or 8011953. OLE color: 8011953.

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

Color convert

RGB 177 64 122 -
CMYK 0 0.64 0.31 0.31
HSL 329.2º 0.47% 0.47% -
HSV(B) 329.2º 0.64% 0.69% -
XYZ 23.48 14.42 19.96 -
YUV 104.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 177 64 122 0 0.64 0.31 0.31 329.2 0.47 0.47
Hex B1 40 7A 0 40 1F 1F 149 2F 2F
Octal 261 100 172 0 100 37 37 511 57 57
Binary 10110001 1000000 1111010 0 1000000 11111 11111 101001001 101111 101111

Color Harmonies of #B1407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1407A

Black with #B1407A

Text Example


Text Example

White with #B1407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1407A; }

 p { color: rgb(177,64,122); }

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

background-color css

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

 a { background-color: rgb(177,64,122); }

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

border-color css

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

 span { border-color: rgb(177,64,122); }

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