Html Css Color HEX #B65281 Royal Heath

📋 copy color: '#B65281'

red 182 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B65281

Tints of Royal Heath #B65281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.87%

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

R = 46.31%
G = 20.87%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65281 (or 0xB65281) is known color: Royal Heath. HEX triplet: B6, 52 and 81. RGB value is (182,82,129). Sum of RGB (Red+Green+Blue) = 182+82+129=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B65281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65281 is #49AD7E. Grayscale: #757575. Windows color (decimal): -4828543 or 8475318. OLE color: 8475318.

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

Color convert

RGB 182 82 129 -
CMYK 0 0.55 0.29 0.29
HSL 331.8º 0.41% 0.52% -
HSV(B) 331.8º 0.55% 0.71% -
XYZ 26.27 17.56 22.77 -
YUV 117.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 182 82 129 0 0.55 0.29 0.29 331.8 0.41 0.52
Hex B6 52 81 0 37 1D 1D 14C 29 34
Octal 266 122 201 0 67 35 35 514 51 64
Binary 10110110 1010010 10000001 0 110111 11101 11101 101001100 101001 110100

Color Harmonies of #B65281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65281

Black with #B65281

Text Example


Text Example

White with #B65281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65281; }

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

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

background-color css

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

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

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

border-color css

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

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

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