Html Css Color HEX #B338FA Blue Violet

📋 copy color: '#B338FA'

red 179 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #B338FA

Tints of Blue Violet #B338FA

RGB

 RED value IS 179 (70.31% from 255) = 36.91%

 GREEN value IS 56 (22.27% from 255) = 11.55%

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

R = 36.91%
G = 11.55%
B = 51.55%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B338FA (or 0xB338FA) is known color: Blue Violet. HEX triplet: B3, 38 and FA. RGB value is (179,56,250). Sum of RGB (Red+Green+Blue) = 179+56+250=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #B338FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B338FA is #4CC705. Grayscale: #727272. Windows color (decimal): -5031686 or 16398515. OLE color: 16398515.

HSL color Cylindrical-coordinate representation of color #B338FA: hue angle of 278.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B338FA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 56 250 -
CMYK 0.28 0.78 0 0.02
HSL 278.04º 0.95% 0.6% -
HSV(B) 278.04º 0.78% 0.98% -
XYZ 37.26 19.31 92.21 -
YUV 114.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 179 56 250 0.28 0.78 0 0.02 278.04 0.95 0.6
Hex B3 38 FA 1C 4E 0 2 116 5F 3C
Octal 263 70 372 34 116 0 2 426 137 74
Binary 10110011 111000 11111010 11100 1001110 0 10 100010110 1011111 111100

Color Harmonies of #B338FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338FA

Black with #B338FA

Text Example


Text Example

White with #B338FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338FA; }

 p { color: rgb(179,56,250); }

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

background-color css

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

 a { background-color: rgb(179,56,250); }

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

border-color css

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

 span { border-color: rgb(179,56,250); }

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