Html Css Color HEX #B2407C Royal Heath

📋 copy color: '#B2407C'

red 178 ◦ green 64 ◦ blue 124

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

Shades of Royal Heath #B2407C

Tints of Royal Heath #B2407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 48.63%
G = 17.49%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2407C (or 0xB2407C) is known color: Royal Heath. HEX triplet: B2, 40 and 7C. RGB value is (178,64,124). Sum of RGB (Red+Green+Blue) = 178+64+124=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2407C is #4DBF83. Grayscale: #686868. Windows color (decimal): -5095300 or 8143026. OLE color: 8143026.

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

Color convert

RGB 178 64 124 -
CMYK 0 0.64 0.30 0.30
HSL 328.42º 0.47% 0.47% -
HSV(B) 328.42º 0.64% 0.7% -
XYZ 23.83 14.59 20.63 -
YUV 104.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 178 64 124 0 0.64 0.30 0.30 328.42 0.47 0.47
Hex B2 40 7C 0 40 1E 1E 148 2F 2F
Octal 262 100 174 0 100 36 36 510 57 57
Binary 10110010 1000000 1111100 0 1000000 11110 11110 101001000 101111 101111

Color Harmonies of #B2407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2407C

Black with #B2407C

Text Example


Text Example

White with #B2407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2407C; }

 p { color: rgb(178,64,124); }

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

background-color css

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

 a { background-color: rgb(178,64,124); }

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

border-color css

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

 span { border-color: rgb(178,64,124); }

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