Html Css Color HEX #B93E7A Royal Heath

📋 copy color: '#B93E7A'

red 185 ◦ green 62 ◦ blue 122

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

Shades of Royal Heath #B93E7A

Tints of Royal Heath #B93E7A

RGB

 RED value IS 185 (72.66% from 255) = 50.14%

 GREEN value IS 62 (24.61% from 255) = 16.8%

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

R = 50.14%
G = 16.8%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B93E7A (or 0xB93E7A) is known color: Royal Heath. HEX triplet: B9, 3E and 7A. RGB value is (185,62,122). Sum of RGB (Red+Green+Blue) = 185+62+122=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E7A is #46C185. Grayscale: #696969. Windows color (decimal): -4637062 or 8011449. OLE color: 8011449.

HSL color Cylindrical-coordinate representation of color #B93E7A: hue angle of 330.73º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E7A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 122 -
CMYK 0 0.66 0.34 0.27
HSL 330.73º 0.5% 0.48% -
HSV(B) 330.73º 0.66% 0.73% -
XYZ 25.24 15.16 20.01 -
YUV 105.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 185 62 122 0 0.66 0.34 0.27 330.73 0.5 0.48
Hex B9 3E 7A 0 42 22 1B 14B 32 30
Octal 271 76 172 0 102 42 33 513 62 60
Binary 10111001 111110 1111010 0 1000010 100010 11011 101001011 110010 110000

Color Harmonies of #B93E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E7A

Black with #B93E7A

Text Example


Text Example

White with #B93E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E7A; }

 p { color: rgb(185,62,122); }

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

background-color css

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

 a { background-color: rgb(185,62,122); }

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

border-color css

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

 span { border-color: rgb(185,62,122); }

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