Html Css Color HEX #B365AC Violet Blue

📋 copy color: '#B365AC'

red 179 ◦ green 101 ◦ blue 172

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

Shades of Violet Blue #B365AC

Tints of Violet Blue #B365AC

RGB

 RED value IS 179 (70.31% from 255) = 39.6%

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

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 39.6%
G = 22.35%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B365AC (or 0xB365AC) is known color: Violet Blue. HEX triplet: B3, 65 and AC. RGB value is (179,101,172). Sum of RGB (Red+Green+Blue) = 179+101+172=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AC is #4C9A53. Grayscale: #848484. Windows color (decimal): -5020244 or 11298227. OLE color: 11298227.

HSL color Cylindrical-coordinate representation of color #B365AC: hue angle of 305.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B365AC is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 172 -
CMYK 0 0.44 0.04 0.30
HSL 305.38º 0.34% 0.55% -
HSV(B) 305.38º 0.44% 0.7% -
XYZ 30.69 21.87 41.63 -
YUV 132.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 179 101 172 0 0.44 0.04 0.30 305.38 0.34 0.55
Hex B3 65 AC 0 2C 4 1E 131 22 37
Octal 263 145 254 0 54 4 36 461 42 67
Binary 10110011 1100101 10101100 0 101100 100 11110 100110001 100010 110111

Color Harmonies of #B365AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365AC

Black with #B365AC

Text Example


Text Example

White with #B365AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365AC; }

 p { color: rgb(179,101,172); }

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

background-color css

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

 a { background-color: rgb(179,101,172); }

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

border-color css

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

 span { border-color: rgb(179,101,172); }

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