Html Css Color HEX #B3447E Royal Heath

📋 copy color: '#B3447E'

red 179 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #B3447E

Tints of Royal Heath #B3447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 47.99%
G = 18.23%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3447E (or 0xB3447E) is known color: Royal Heath. HEX triplet: B3, 44 and 7E. RGB value is (179,68,126). Sum of RGB (Red+Green+Blue) = 179+68+126=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3447E is #4CBB81. Grayscale: #6B6B6B. Windows color (decimal): -5028738 or 8275123. OLE color: 8275123.

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

Color convert

RGB 179 68 126 -
CMYK 0 0.62 0.30 0.30
HSL 328.65º 0.45% 0.48% -
HSV(B) 328.65º 0.62% 0.7% -
XYZ 24.42 15.22 21.39 -
YUV 107.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 179 68 126 0 0.62 0.30 0.30 328.65 0.45 0.48
Hex B3 44 7E 0 3E 1E 1E 149 2D 30
Octal 263 104 176 0 76 36 36 511 55 60
Binary 10110011 1000100 1111110 0 111110 11110 11110 101001001 101101 110000

Color Harmonies of #B3447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3447E

Black with #B3447E

Text Example


Text Example

White with #B3447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3447E; }

 p { color: rgb(179,68,126); }

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

background-color css

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

 a { background-color: rgb(179,68,126); }

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

border-color css

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

 span { border-color: rgb(179,68,126); }

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