Html Css Color HEX #B3407C Royal Heath

📋 copy color: '#B3407C'

red 179 ◦ green 64 ◦ blue 124

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

Shades of Royal Heath #B3407C

Tints of Royal Heath #B3407C

RGB

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

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

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

R = 48.77%
G = 17.44%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3407C (or 0xB3407C) is known color: Royal Heath. HEX triplet: B3, 40 and 7C. RGB value is (179,64,124). Sum of RGB (Red+Green+Blue) = 179+64+124=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3407C is #4CBF83. Grayscale: #696969. Windows color (decimal): -5029764 or 8143027. OLE color: 8143027.

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

Color convert

RGB 179 64 124 -
CMYK 0 0.64 0.31 0.30
HSL 328.7º 0.47% 0.48% -
HSV(B) 328.7º 0.64% 0.7% -
XYZ 24.06 14.71 20.64 -
YUV 105.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 179 64 124 0 0.64 0.31 0.30 328.7 0.47 0.48
Hex B3 40 7C 0 40 1F 1E 149 2F 30
Octal 263 100 174 0 100 37 36 511 57 60
Binary 10110011 1000000 1111100 0 1000000 11111 11110 101001001 101111 110000

Color Harmonies of #B3407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3407C

Black with #B3407C

Text Example


Text Example

White with #B3407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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