Html Css Color HEX #B13BFB Blue Violet

📋 copy color: '#B13BFB'

red 177 ◦ green 59 ◦ blue 251

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

Shades of Blue Violet #B13BFB

Tints of Blue Violet #B13BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.11%

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 36.34%
G = 12.11%
B = 51.54%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B13BFB (or 0xB13BFB) is known color: Blue Violet. HEX triplet: B1, 3B and FB. RGB value is (177,59,251). Sum of RGB (Red+Green+Blue) = 177+59+251=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #B13BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BFB is #4EC404. Grayscale: #737373. Windows color (decimal): -5161989 or 16464817. OLE color: 16464817.

HSL color Cylindrical-coordinate representation of color #B13BFB: hue angle of 276.88º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13BFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 59 251 -
CMYK 0.29 0.76 0 0.02
HSL 276.88º 0.96% 0.61% -
HSV(B) 276.88º 0.76% 0.98% -
XYZ 37.11 19.44 93.06 -
YUV 116.17 204.09 171.39 -
System Red Green Blue C M Y K H S L
Decimal 177 59 251 0.29 0.76 0 0.02 276.88 0.96 0.61
Hex B1 3B FB 1D 4C 0 2 115 60 3D
Octal 261 73 373 35 114 0 2 425 140 75
Binary 10110001 111011 11111011 11101 1001100 0 10 100010101 1100000 111101

Color Harmonies of #B13BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BFB

Black with #B13BFB

Text Example


Text Example

White with #B13BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BFB; }

 p { color: rgb(177,59,251); }

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

background-color css

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

 a { background-color: rgb(177,59,251); }

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

border-color css

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

 span { border-color: rgb(177,59,251); }

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