Html Css Color HEX #B65080 Royal Heath

📋 copy color: '#B65080'

red 182 ◦ green 80 ◦ blue 128

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

Shades of Royal Heath #B65080

Tints of Royal Heath #B65080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 46.67%
G = 20.51%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B65080 (or 0xB65080) is known color: Royal Heath. HEX triplet: B6, 50 and 80. RGB value is (182,80,128). Sum of RGB (Red+Green+Blue) = 182+80+128=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B65080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65080 is #49AF7F. Grayscale: #737373. Windows color (decimal): -4829056 or 8409270. OLE color: 8409270.

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

Color convert

RGB 182 80 128 -
CMYK 0 0.56 0.30 0.29
HSL 331.76º 0.41% 0.51% -
HSV(B) 331.76º 0.56% 0.71% -
XYZ 26.06 17.24 22.38 -
YUV 115.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 182 80 128 0 0.56 0.30 0.29 331.76 0.41 0.51
Hex B6 50 80 0 38 1E 1D 14C 29 33
Octal 266 120 200 0 70 36 35 514 51 63
Binary 10110110 1010000 10000000 0 111000 11110 11101 101001100 101001 110011

Color Harmonies of #B65080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65080

Black with #B65080

Text Example


Text Example

White with #B65080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65080; }

 p { color: rgb(182,80,128); }

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

background-color css

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

 a { background-color: rgb(182,80,128); }

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

border-color css

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

 span { border-color: rgb(182,80,128); }

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