Html Css Color HEX #B3417A Royal Heath

📋 copy color: '#B3417A'

red 179 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #B3417A

Tints of Royal Heath #B3417A

RGB

 RED value IS 179 (70.31% from 255) = 48.91%

 GREEN value IS 65 (25.78% from 255) = 17.76%

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

R = 48.91%
G = 17.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3417A (or 0xB3417A) is known color: Royal Heath. HEX triplet: B3, 41 and 7A. RGB value is (179,65,122). Sum of RGB (Red+Green+Blue) = 179+65+122=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3417A is #4CBE85. Grayscale: #696969. Windows color (decimal): -5029510 or 8012211. OLE color: 8012211.

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

Color convert

RGB 179 65 122 -
CMYK 0 0.64 0.32 0.30
HSL 330º 0.47% 0.48% -
HSV(B) 330º 0.64% 0.7% -
XYZ 23.99 14.77 20 -
YUV 105.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 179 65 122 0 0.64 0.32 0.30 330 0.47 0.48
Hex B3 41 7A 0 40 20 1E 14A 2F 30
Octal 263 101 172 0 100 40 36 512 57 60
Binary 10110011 1000001 1111010 0 1000000 100000 11110 101001010 101111 110000

Color Harmonies of #B3417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3417A

Black with #B3417A

Text Example


Text Example

White with #B3417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3417A; }

 p { color: rgb(179,65,122); }

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

background-color css

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

 a { background-color: rgb(179,65,122); }

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

border-color css

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

 span { border-color: rgb(179,65,122); }

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