Html Css Color HEX #B34F7E Royal Heath

📋 copy color: '#B34F7E'

red 179 ◦ green 79 ◦ blue 126

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

Shades of Royal Heath #B34F7E

Tints of Royal Heath #B34F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.57%

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

R = 46.61%
G = 20.57%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B34F7E (or 0xB34F7E) is known color: Royal Heath. HEX triplet: B3, 4F and 7E. RGB value is (179,79,126). Sum of RGB (Red+Green+Blue) = 179+79+126=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F7E is #4CB081. Grayscale: #727272. Windows color (decimal): -5025922 or 8277939. OLE color: 8277939.

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

Color convert

RGB 179 79 126 -
CMYK 0 0.56 0.30 0.30
HSL 331.8º 0.4% 0.51% -
HSV(B) 331.8º 0.56% 0.7% -
XYZ 25.15 16.68 21.63 -
YUV 114.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 179 79 126 0 0.56 0.30 0.30 331.8 0.4 0.51
Hex B3 4F 7E 0 38 1E 1E 14C 28 33
Octal 263 117 176 0 70 36 36 514 50 63
Binary 10110011 1001111 1111110 0 111000 11110 11110 101001100 101000 110011

Color Harmonies of #B34F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F7E

Black with #B34F7E

Text Example


Text Example

White with #B34F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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