Html Css Color HEX #B65581 Royal Heath

📋 copy color: '#B65581'

red 182 ◦ green 85 ◦ blue 129

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

Shades of Royal Heath #B65581

Tints of Royal Heath #B65581

RGB

 RED value IS 182 (71.48% from 255) = 45.96%

 GREEN value IS 85 (33.59% from 255) = 21.46%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 45.96%
G = 21.46%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65581 (or 0xB65581) is known color: Royal Heath. HEX triplet: B6, 55 and 81. RGB value is (182,85,129). Sum of RGB (Red+Green+Blue) = 182+85+129=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65581 is #49AA7E. Grayscale: #767676. Windows color (decimal): -4827775 or 8476086. OLE color: 8476086.

HSL color Cylindrical-coordinate representation of color #B65581: hue angle of 332.78º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65581 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 129 -
CMYK 0 0.53 0.29 0.29
HSL 332.78º 0.4% 0.52% -
HSV(B) 332.78º 0.53% 0.71% -
XYZ 26.5 18.03 22.85 -
YUV 119.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 182 85 129 0 0.53 0.29 0.29 332.78 0.4 0.52
Hex B6 55 81 0 35 1D 1D 14D 28 34
Octal 266 125 201 0 65 35 35 515 50 64
Binary 10110110 1010101 10000001 0 110101 11101 11101 101001101 101000 110100

Color Harmonies of #B65581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65581

Black with #B65581

Text Example


Text Example

White with #B65581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65581; }

 p { color: rgb(182,85,129); }

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

background-color css

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

 a { background-color: rgb(182,85,129); }

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

border-color css

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

 span { border-color: rgb(182,85,129); }

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