Html Css Color HEX #B7427E Royal Heath

📋 copy color: '#B7427E'

red 183 ◦ green 66 ◦ blue 126

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

Shades of Royal Heath #B7427E

Tints of Royal Heath #B7427E

RGB

 RED value IS 183 (71.88% from 255) = 48.8%

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 48.8%
G = 17.6%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7427E (or 0xB7427E) is known color: Royal Heath. HEX triplet: B7, 42 and 7E. RGB value is (183,66,126). Sum of RGB (Red+Green+Blue) = 183+66+126=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7427E is #48BD81. Grayscale: #6B6B6B. Windows color (decimal): -4767106 or 8274615. OLE color: 8274615.

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

Color convert

RGB 183 66 126 -
CMYK 0 0.64 0.31 0.28
HSL 329.23º 0.47% 0.49% -
HSV(B) 329.23º 0.64% 0.72% -
XYZ 25.24 15.47 21.39 -
YUV 107.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 183 66 126 0 0.64 0.31 0.28 329.23 0.47 0.49
Hex B7 42 7E 0 40 1F 1C 149 2F 31
Octal 267 102 176 0 100 37 34 511 57 61
Binary 10110111 1000010 1111110 0 1000000 11111 11100 101001001 101111 110001

Color Harmonies of #B7427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7427E

Black with #B7427E

Text Example


Text Example

White with #B7427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7427E; }

 p { color: rgb(183,66,126); }

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

background-color css

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

 a { background-color: rgb(183,66,126); }

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

border-color css

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

 span { border-color: rgb(183,66,126); }

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