Html Css Color HEX #B25378 Royal Heath

📋 copy color: '#B25378'

red 178 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #B25378

Tints of Royal Heath #B25378

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 46.72%
G = 21.78%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B25378 (or 0xB25378) is known color: Royal Heath. HEX triplet: B2, 53 and 78. RGB value is (178,83,120). Sum of RGB (Red+Green+Blue) = 178+83+120=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B25378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25378 is #4DAC87. Grayscale: #737373. Windows color (decimal): -5090440 or 7885746. OLE color: 7885746.

HSL color Cylindrical-coordinate representation of color #B25378: hue angle of 336.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25378 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 120 -
CMYK 0 0.53 0.33 0.30
HSL 336.63º 0.38% 0.51% -
HSV(B) 336.63º 0.53% 0.7% -
XYZ 24.84 17.01 19.74 -
YUV 115.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 178 83 120 0 0.53 0.33 0.30 336.63 0.38 0.51
Hex B2 53 78 0 35 21 1E 151 26 33
Octal 262 123 170 0 65 41 36 521 46 63
Binary 10110010 1010011 1111000 0 110101 100001 11110 101010001 100110 110011

Color Harmonies of #B25378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25378

Black with #B25378

Text Example


Text Example

White with #B25378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25378; }

 p { color: rgb(178,83,120); }

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

background-color css

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

 a { background-color: rgb(178,83,120); }

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

border-color css

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

 span { border-color: rgb(178,83,120); }

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