Html Css Color HEX #B25782 Royal Heath

📋 copy color: '#B25782'

red 178 ◦ green 87 ◦ blue 130

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

Shades of Royal Heath #B25782

Tints of Royal Heath #B25782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.03%

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 45.06%
G = 22.03%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B25782 (or 0xB25782) is known color: Royal Heath. HEX triplet: B2, 57 and 82. RGB value is (178,87,130). Sum of RGB (Red+Green+Blue) = 178+87+130=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B25782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25782 is #4DA87D. Grayscale: #777777. Windows color (decimal): -5089406 or 8542130. OLE color: 8542130.

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

Color convert

RGB 178 87 130 -
CMYK 0 0.51 0.27 0.30
HSL 331.65º 0.37% 0.52% -
HSV(B) 331.65º 0.51% 0.7% -
XYZ 25.8 17.89 23.21 -
YUV 119.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 178 87 130 0 0.51 0.27 0.30 331.65 0.37 0.52
Hex B2 57 82 0 33 1B 1E 14C 25 34
Octal 262 127 202 0 63 33 36 514 45 64
Binary 10110010 1010111 10000010 0 110011 11011 11110 101001100 100101 110100

Color Harmonies of #B25782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25782

Black with #B25782

Text Example


Text Example

White with #B25782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25782; }

 p { color: rgb(178,87,130); }

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

background-color css

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

 a { background-color: rgb(178,87,130); }

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

border-color css

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

 span { border-color: rgb(178,87,130); }

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