Html Css Color HEX #B231FE Blue Violet

📋 copy color: '#B231FE'

red 178 ◦ green 49 ◦ blue 254

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

Shades of Blue Violet #B231FE

Tints of Blue Violet #B231FE

RGB

 RED value IS 178 (69.92% from 255) = 37.01%

 GREEN value IS 49 (19.53% from 255) = 10.19%

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

R = 37.01%
G = 10.19%
B = 52.81%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B231FE (or 0xB231FE) is known color: Blue Violet. HEX triplet: B2, 31 and FE. RGB value is (178,49,254). Sum of RGB (Red+Green+Blue) = 178+49+254=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B231FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B231FE is #4DCE01. Grayscale: #6E6E6E. Windows color (decimal): -5099010 or 16658866. OLE color: 16658866.

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

Color convert

RGB 178 49 254 -
CMYK 0.30 0.81 0 0.00
HSL 277.76º 0.99% 0.59% -
HSV(B) 277.76º 0.81% 1% -
XYZ 37.35 18.82 95.43 -
YUV 110.94 208.74 175.83 -
System Red Green Blue C M Y K H S L
Decimal 178 49 254 0.30 0.81 0 0.00 277.76 0.99 0.59
Hex B2 31 FE 1E 51 0 0 116 63 3B
Octal 262 61 376 36 121 0 0 426 143 73
Binary 10110010 110001 11111110 11110 1010001 0 0 100010110 1100011 111011

Color Harmonies of #B231FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231FE

Black with #B231FE

Text Example


Text Example

White with #B231FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231FE; }

 p { color: rgb(178,49,254); }

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

background-color css

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

 a { background-color: rgb(178,49,254); }

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

border-color css

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

 span { border-color: rgb(178,49,254); }

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