Html Css Color HEX #B365AE Violet Blue

📋 copy color: '#B365AE'

red 179 ◦ green 101 ◦ blue 174

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

Shades of Violet Blue #B365AE

Tints of Violet Blue #B365AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.33%

R = 39.43%
G = 22.25%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B365AE (or 0xB365AE) is known color: Violet Blue. HEX triplet: B3, 65 and AE. RGB value is (179,101,174). Sum of RGB (Red+Green+Blue) = 179+101+174=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AE is #4C9A51. Grayscale: #848484. Windows color (decimal): -5020242 or 11429299. OLE color: 11429299.

HSL color Cylindrical-coordinate representation of color #B365AE: hue angle of 303.85º 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 #B365AE is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 174 -
CMYK 0 0.44 0.03 0.30
HSL 303.85º 0.34% 0.55% -
HSV(B) 303.85º 0.44% 0.7% -
XYZ 30.88 21.95 42.65 -
YUV 132.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 179 101 174 0 0.44 0.03 0.30 303.85 0.34 0.55
Hex B3 65 AE 0 2C 3 1E 130 22 37
Octal 263 145 256 0 54 3 36 460 42 67
Binary 10110011 1100101 10101110 0 101100 11 11110 100110000 100010 110111

Color Harmonies of #B365AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365AE

Black with #B365AE

Text Example


Text Example

White with #B365AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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