Html Css Color HEX #B363AF Violet Blue

📋 copy color: '#B363AF'

red 179 ◦ green 99 ◦ blue 175

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

Shades of Violet Blue #B363AF

Tints of Violet Blue #B363AF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 39.51%
G = 21.85%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B363AF (or 0xB363AF) is known color: Violet Blue. HEX triplet: B3, 63 and AF. RGB value is (179,99,175). Sum of RGB (Red+Green+Blue) = 179+99+175=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AF is #4C9C50. Grayscale: #838383. Windows color (decimal): -5020753 or 11494323. OLE color: 11494323.

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

Color convert

RGB 179 99 175 -
CMYK 0 0.45 0.02 0.30
HSL 303º 0.34% 0.55% -
HSV(B) 303º 0.45% 0.7% -
XYZ 30.79 21.6 43.1 -
YUV 131.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 179 99 175 0 0.45 0.02 0.30 303 0.34 0.55
Hex B3 63 AF 0 2D 2 1E 12F 22 37
Octal 263 143 257 0 55 2 36 457 42 67
Binary 10110011 1100011 10101111 0 101101 10 11110 100101111 100010 110111

Color Harmonies of #B363AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363AF

Black with #B363AF

Text Example


Text Example

White with #B363AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363AF; }

 p { color: rgb(179,99,175); }

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

background-color css

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

 a { background-color: rgb(179,99,175); }

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

border-color css

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

 span { border-color: rgb(179,99,175); }

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