Html Css Color HEX #B13BFE Blue Violet

📋 copy color: '#B13BFE'

red 177 ◦ green 59 ◦ blue 254

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

Shades of Blue Violet #B13BFE

Tints of Blue Violet #B13BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 36.12%
G = 12.04%
B = 51.84%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B13BFE (or 0xB13BFE) is known color: Blue Violet. HEX triplet: B1, 3B and FE. RGB value is (177,59,254). Sum of RGB (Red+Green+Blue) = 177+59+254=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #B13BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BFE is #4EC401. Grayscale: #737373. Windows color (decimal): -5161986 or 16661425. OLE color: 16661425.

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

Color convert

RGB 177 59 254 -
CMYK 0.30 0.77 0 0.00
HSL 276.31º 0.99% 0.61% -
HSV(B) 276.31º 0.77% 1% -
XYZ 37.58 19.63 95.57 -
YUV 116.51 205.59 171.14 -
System Red Green Blue C M Y K H S L
Decimal 177 59 254 0.30 0.77 0 0.00 276.31 0.99 0.61
Hex B1 3B FE 1E 4D 0 0 114 63 3D
Octal 261 73 376 36 115 0 0 424 143 75
Binary 10110001 111011 11111110 11110 1001101 0 0 100010100 1100011 111101

Color Harmonies of #B13BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BFE

Black with #B13BFE

Text Example


Text Example

White with #B13BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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