Html Css Color HEX #B25A7A Royal Heath

📋 copy color: '#B25A7A'

red 178 ◦ green 90 ◦ blue 122

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

Shades of Royal Heath #B25A7A

Tints of Royal Heath #B25A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 45.64%
G = 23.08%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B25A7A (or 0xB25A7A) is known color: Royal Heath. HEX triplet: B2, 5A and 7A. RGB value is (178,90,122). Sum of RGB (Red+Green+Blue) = 178+90+122=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A7A is #4DA585. Grayscale: #777777. Windows color (decimal): -5088646 or 8018610. OLE color: 8018610.

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

Color convert

RGB 178 90 122 -
CMYK 0 0.49 0.31 0.30
HSL 338.18º 0.36% 0.53% -
HSV(B) 338.18º 0.49% 0.7% -
XYZ 25.53 18.18 20.58 -
YUV 119.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 178 90 122 0 0.49 0.31 0.30 338.18 0.36 0.53
Hex B2 5A 7A 0 31 1F 1E 152 24 35
Octal 262 132 172 0 61 37 36 522 44 65
Binary 10110010 1011010 1111010 0 110001 11111 11110 101010010 100100 110101

Color Harmonies of #B25A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A7A

Black with #B25A7A

Text Example


Text Example

White with #B25A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A7A; }

 p { color: rgb(178,90,122); }

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

background-color css

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

 a { background-color: rgb(178,90,122); }

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

border-color css

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

 span { border-color: rgb(178,90,122); }

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