Html Css Color HEX #B661A5 Violet Blue

📋 copy color: '#B661A5'

red 182 ◦ green 97 ◦ blue 165

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

Shades of Violet Blue #B661A5

Tints of Violet Blue #B661A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 40.99%
G = 21.85%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B661A5 (or 0xB661A5) is known color: Violet Blue. HEX triplet: B6, 61 and A5. RGB value is (182,97,165). Sum of RGB (Red+Green+Blue) = 182+97+165=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B661A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661A5 is #499E5A. Grayscale: #818181. Windows color (decimal): -4824667 or 10838454. OLE color: 10838454.

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

Color convert

RGB 182 97 165 -
CMYK 0 0.47 0.09 0.29
HSL 312º 0.37% 0.55% -
HSV(B) 312º 0.47% 0.71% -
XYZ 30.36 21.21 38.09 -
YUV 130.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 182 97 165 0 0.47 0.09 0.29 312 0.37 0.55
Hex B6 61 A5 0 2F 9 1D 138 25 37
Octal 266 141 245 0 57 11 35 470 45 67
Binary 10110110 1100001 10100101 0 101111 1001 11101 100111000 100101 110111

Color Harmonies of #B661A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B661A5

Black with #B661A5

Text Example


Text Example

White with #B661A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B661A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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