Html Css Color HEX #B25D7E Royal Heath

📋 copy color: '#B25D7E'

red 178 ◦ green 93 ◦ blue 126

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

Shades of Royal Heath #B25D7E

Tints of Royal Heath #B25D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

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

R = 44.84%
G = 23.43%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B25D7E (or 0xB25D7E) is known color: Royal Heath. HEX triplet: B2, 5D and 7E. RGB value is (178,93,126). Sum of RGB (Red+Green+Blue) = 178+93+126=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D7E is #4DA281. Grayscale: #7A7A7A. Windows color (decimal): -5087874 or 8281522. OLE color: 8281522.

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

Color convert

RGB 178 93 126 -
CMYK 0 0.48 0.29 0.30
HSL 336.71º 0.36% 0.53% -
HSV(B) 336.71º 0.48% 0.7% -
XYZ 26.04 18.8 21.99 -
YUV 122.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 178 93 126 0 0.48 0.29 0.30 336.71 0.36 0.53
Hex B2 5D 7E 0 30 1D 1E 151 24 35
Octal 262 135 176 0 60 35 36 521 44 65
Binary 10110010 1011101 1111110 0 110000 11101 11110 101010001 100100 110101

Color Harmonies of #B25D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D7E

Black with #B25D7E

Text Example


Text Example

White with #B25D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D7E; }

 p { color: rgb(178,93,126); }

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

background-color css

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

 a { background-color: rgb(178,93,126); }

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

border-color css

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

 span { border-color: rgb(178,93,126); }

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