Html Css Color HEX #B231FA Blue Violet

📋 copy color: '#B231FA'

red 178 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #B231FA

Tints of Blue Violet #B231FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 37.32%
G = 10.27%
B = 52.41%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B231FA (or 0xB231FA) is known color: Blue Violet. HEX triplet: B2, 31 and FA. RGB value is (178,49,250). Sum of RGB (Red+Green+Blue) = 178+49+250=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #B231FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B231FA is #4DCE05. Grayscale: #6D6D6D. Windows color (decimal): -5099014 or 16396722. OLE color: 16396722.

HSL color Cylindrical-coordinate representation of color #B231FA: hue angle of 278.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B231FA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 49 250 -
CMYK 0.29 0.80 0 0.02
HSL 278.51º 0.95% 0.59% -
HSV(B) 278.51º 0.8% 0.98% -
XYZ 36.71 18.56 92.09 -
YUV 110.49 206.74 176.16 -
System Red Green Blue C M Y K H S L
Decimal 178 49 250 0.29 0.80 0 0.02 278.51 0.95 0.59
Hex B2 31 FA 1D 50 0 2 117 5F 3B
Octal 262 61 372 35 120 0 2 427 137 73
Binary 10110010 110001 11111010 11101 1010000 0 10 100010111 1011111 111011

Color Harmonies of #B231FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231FA

Black with #B231FA

Text Example


Text Example

White with #B231FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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