Html Css Color HEX #B0447E Royal Heath

📋 copy color: '#B0447E'

red 176 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #B0447E

Tints of Royal Heath #B0447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 47.57%
G = 18.38%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0447E (or 0xB0447E) is known color: Royal Heath. HEX triplet: B0, 44 and 7E. RGB value is (176,68,126). Sum of RGB (Red+Green+Blue) = 176+68+126=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0447E is #4FBB81. Grayscale: #6A6A6A. Windows color (decimal): -5225346 or 8275120. OLE color: 8275120.

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

Color convert

RGB 176 68 126 -
CMYK 0 0.61 0.28 0.31
HSL 327.78º 0.44% 0.48% -
HSV(B) 327.78º 0.61% 0.69% -
XYZ 23.74 14.87 21.36 -
YUV 106.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 176 68 126 0 0.61 0.28 0.31 327.78 0.44 0.48
Hex B0 44 7E 0 3D 1C 1F 148 2C 30
Octal 260 104 176 0 75 34 37 510 54 60
Binary 10110000 1000100 1111110 0 111101 11100 11111 101001000 101100 110000

Color Harmonies of #B0447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0447E

Black with #B0447E

Text Example


Text Example

White with #B0447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0447E; }

 p { color: rgb(176,68,126); }

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

background-color css

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

 a { background-color: rgb(176,68,126); }

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

border-color css

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

 span { border-color: rgb(176,68,126); }

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