Html Css Color HEX #B665A0 Violet Blue

📋 copy color: '#B665A0'

red 182 ◦ green 101 ◦ blue 160

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

Shades of Violet Blue #B665A0

Tints of Violet Blue #B665A0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.8%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 41.08%
G = 22.8%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B665A0 (or 0xB665A0) is known color: Violet Blue. HEX triplet: B6, 65 and A0. RGB value is (182,101,160). Sum of RGB (Red+Green+Blue) = 182+101+160=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B665A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665A0 is #499A5F. Grayscale: #838383. Windows color (decimal): -4823648 or 10511798. OLE color: 10511798.

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

Color convert

RGB 182 101 160 -
CMYK 0 0.45 0.12 0.29
HSL 316.3º 0.36% 0.55% -
HSV(B) 316.3º 0.45% 0.71% -
XYZ 30.29 21.79 35.87 -
YUV 131.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 182 101 160 0 0.45 0.12 0.29 316.3 0.36 0.55
Hex B6 65 A0 0 2D C 1D 13C 24 37
Octal 266 145 240 0 55 14 35 474 44 67
Binary 10110110 1100101 10100000 0 101101 1100 11101 100111100 100100 110111

Color Harmonies of #B665A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665A0

Black with #B665A0

Text Example


Text Example

White with #B665A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665A0; }

 p { color: rgb(182,101,160); }

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

background-color css

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

 a { background-color: rgb(182,101,160); }

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

border-color css

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

 span { border-color: rgb(182,101,160); }

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