Html Css Color HEX #B65278 Royal Heath

📋 copy color: '#B65278'

red 182 ◦ green 82 ◦ blue 120

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

Shades of Royal Heath #B65278

Tints of Royal Heath #B65278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 47.4%
G = 21.35%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B65278 (or 0xB65278) is known color: Royal Heath. HEX triplet: B6, 52 and 78. RGB value is (182,82,120). Sum of RGB (Red+Green+Blue) = 182+82+120=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B65278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65278 is #49AD87. Grayscale: #747474. Windows color (decimal): -4828552 or 7885494. OLE color: 7885494.

HSL color Cylindrical-coordinate representation of color #B65278: hue angle of 337.2º 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 #B65278 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 82 120 -
CMYK 0 0.55 0.34 0.29
HSL 337.2º 0.41% 0.52% -
HSV(B) 337.2º 0.55% 0.71% -
XYZ 25.7 17.34 19.76 -
YUV 116.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 182 82 120 0 0.55 0.34 0.29 337.2 0.41 0.52
Hex B6 52 78 0 37 22 1D 151 29 34
Octal 266 122 170 0 67 42 35 521 51 64
Binary 10110110 1010010 1111000 0 110111 100010 11101 101010001 101001 110100

Color Harmonies of #B65278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65278

Black with #B65278

Text Example


Text Example

White with #B65278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65278; }

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

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

background-color css

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

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

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

border-color css

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

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

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