Html Css Color HEX #B13AFF Blue Violet

📋 copy color: '#B13AFF'

red 177 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #B13AFF

Tints of Blue Violet #B13AFF

RGB

 RED value IS 177 (69.53% from 255) = 36.12%

 GREEN value IS 58 (23.05% from 255) = 11.84%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 36.12%
G = 11.84%
B = 52.04%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B13AFF (or 0xB13AFF) is known color: Blue Violet. HEX triplet: B1, 3A and FF. RGB value is (177,58,255). Sum of RGB (Red+Green+Blue) = 177+58+255=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #B13AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AFF is #4EC500. Grayscale: #737373. Windows color (decimal): -5162241 or 16726705. OLE color: 16726705.

HSL color Cylindrical-coordinate representation of color #B13AFF: hue angle of 276.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B13AFF is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 58 255 -
CMYK 0.31 0.77 0 0
HSL 276.24º 1% 0.61% -
HSV(B) 276.24º 0.77% 1% -
XYZ 37.69 19.59 96.4 -
YUV 116.04 206.42 171.48 -
System Red Green Blue C M Y K H S L
Decimal 177 58 255 0.31 0.77 0 0 276.24 1 0.61
Hex B1 3A FF 1F 4D 0 0 114 64 3D
Octal 261 72 377 37 115 0 0 424 144 75
Binary 10110001 111010 11111111 11111 1001101 0 0 100010100 1100100 111101

Color Harmonies of #B13AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AFF

Black with #B13AFF

Text Example


Text Example

White with #B13AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AFF; }

 p { color: rgb(177,58,255); }

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

background-color css

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

 a { background-color: rgb(177,58,255); }

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

border-color css

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

 span { border-color: rgb(177,58,255); }

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