Html Css Color HEX #B6619E Violet Blue

📋 copy color: '#B6619E'

red 182 ◦ green 97 ◦ blue 158

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

Shades of Violet Blue #B6619E

Tints of Violet Blue #B6619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 41.65%
G = 22.2%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6619E (or 0xB6619E) is known color: Violet Blue. HEX triplet: B6, 61 and 9E. RGB value is (182,97,158). Sum of RGB (Red+Green+Blue) = 182+97+158=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6619E is #499E61. Grayscale: #818181. Windows color (decimal): -4824674 or 10379702. OLE color: 10379702.

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

Color convert

RGB 182 97 158 -
CMYK 0 0.47 0.13 0.29
HSL 316.94º 0.37% 0.55% -
HSV(B) 316.94º 0.47% 0.71% -
XYZ 29.74 20.96 34.83 -
YUV 129.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 182 97 158 0 0.47 0.13 0.29 316.94 0.37 0.55
Hex B6 61 9E 0 2F D 1D 13D 25 37
Octal 266 141 236 0 57 15 35 475 45 67
Binary 10110110 1100001 10011110 0 101111 1101 11101 100111101 100101 110111

Color Harmonies of #B6619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6619E

Black with #B6619E

Text Example


Text Example

White with #B6619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6619E; }

 p { color: rgb(182,97,158); }

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

background-color css

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

 a { background-color: rgb(182,97,158); }

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

border-color css

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

 span { border-color: rgb(182,97,158); }

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