Html Css Color HEX #B34F7B Royal Heath

📋 copy color: '#B34F7B'

red 179 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #B34F7B

Tints of Royal Heath #B34F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 46.98%
G = 20.73%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B34F7B (or 0xB34F7B) is known color: Royal Heath. HEX triplet: B3, 4F and 7B. RGB value is (179,79,123). Sum of RGB (Red+Green+Blue) = 179+79+123=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F7B is #4CB084. Grayscale: #717171. Windows color (decimal): -5025925 or 8081331. OLE color: 8081331.

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

Color convert

RGB 179 79 123 -
CMYK 0 0.56 0.31 0.30
HSL 333.6º 0.4% 0.51% -
HSV(B) 333.6º 0.56% 0.7% -
XYZ 24.96 16.61 20.63 -
YUV 113.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 179 79 123 0 0.56 0.31 0.30 333.6 0.4 0.51
Hex B3 4F 7B 0 38 1F 1E 14E 28 33
Octal 263 117 173 0 70 37 36 516 50 63
Binary 10110011 1001111 1111011 0 111000 11111 11110 101001110 101000 110011

Color Harmonies of #B34F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F7B

Black with #B34F7B

Text Example


Text Example

White with #B34F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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