Html Css Color HEX #B2417A Royal Heath

📋 copy color: '#B2417A'

red 178 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #B2417A

Tints of Royal Heath #B2417A

RGB

 RED value IS 178 (69.92% from 255) = 48.77%

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

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

R = 48.77%
G = 17.81%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2417A (or 0xB2417A) is known color: Royal Heath. HEX triplet: B2, 41 and 7A. RGB value is (178,65,122). Sum of RGB (Red+Green+Blue) = 178+65+122=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2417A is #4DBE85. Grayscale: #696969. Windows color (decimal): -5095046 or 8012210. OLE color: 8012210.

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

Color convert

RGB 178 65 122 -
CMYK 0 0.63 0.31 0.30
HSL 329.73º 0.47% 0.48% -
HSV(B) 329.73º 0.63% 0.7% -
XYZ 23.76 14.65 19.99 -
YUV 105.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 178 65 122 0 0.63 0.31 0.30 329.73 0.47 0.48
Hex B2 41 7A 0 3F 1F 1E 14A 2F 30
Octal 262 101 172 0 77 37 36 512 57 60
Binary 10110010 1000001 1111010 0 111111 11111 11110 101001010 101111 110000

Color Harmonies of #B2417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2417A

Black with #B2417A

Text Example


Text Example

White with #B2417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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