Html Css Color HEX #B4507E Royal Heath

📋 copy color: '#B4507E'

red 180 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #B4507E

Tints of Royal Heath #B4507E

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 46.63%
G = 20.73%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4507E (or 0xB4507E) is known color: Royal Heath. HEX triplet: B4, 50 and 7E. RGB value is (180,80,126). Sum of RGB (Red+Green+Blue) = 180+80+126=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4507E is #4BAF81. Grayscale: #737373. Windows color (decimal): -4960130 or 8278196. OLE color: 8278196.

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

Color convert

RGB 180 80 126 -
CMYK 0 0.56 0.3 0.29
HSL 332.4º 0.4% 0.51% -
HSV(B) 332.4º 0.56% 0.71% -
XYZ 25.46 16.95 21.67 -
YUV 115.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 180 80 126 0 0.56 0.3 0.29 332.4 0.4 0.51
Hex B4 50 7E 0 38 1E 1D 14C 28 33
Octal 264 120 176 0 70 36 35 514 50 63
Binary 10110100 1010000 1111110 0 111000 11110 11101 101001100 101000 110011

Color Harmonies of #B4507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4507E

Black with #B4507E

Text Example


Text Example

White with #B4507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4507E; }

 p { color: rgb(180,80,126); }

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

background-color css

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

 a { background-color: rgb(180,80,126); }

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

border-color css

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

 span { border-color: rgb(180,80,126); }

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