Html Css Color HEX #B0437D Royal Heath

📋 copy color: '#B0437D'

red 176 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #B0437D

Tints of Royal Heath #B0437D

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 47.83%
G = 18.21%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0437D (or 0xB0437D) is known color: Royal Heath. HEX triplet: B0, 43 and 7D. RGB value is (176,67,125). Sum of RGB (Red+Green+Blue) = 176+67+125=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0437D is #4FBC82. Grayscale: #6A6A6A. Windows color (decimal): -5225603 or 8209328. OLE color: 8209328.

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

Color convert

RGB 176 67 125 -
CMYK 0 0.62 0.29 0.31
HSL 328.07º 0.45% 0.48% -
HSV(B) 328.07º 0.62% 0.69% -
XYZ 23.61 14.73 21 -
YUV 106.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 176 67 125 0 0.62 0.29 0.31 328.07 0.45 0.48
Hex B0 43 7D 0 3E 1D 1F 148 2D 30
Octal 260 103 175 0 76 35 37 510 55 60
Binary 10110000 1000011 1111101 0 111110 11101 11111 101001000 101101 110000

Color Harmonies of #B0437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0437D

Black with #B0437D

Text Example


Text Example

White with #B0437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0437D; }

 p { color: rgb(176,67,125); }

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

background-color css

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

 a { background-color: rgb(176,67,125); }

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

border-color css

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

 span { border-color: rgb(176,67,125); }

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