Html Css Color HEX #B038FA Blue Violet

📋 copy color: '#B038FA'

red 176 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #B038FA

Tints of Blue Violet #B038FA

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

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

R = 36.51%
G = 11.62%
B = 51.87%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B038FA (or 0xB038FA) is known color: Blue Violet. HEX triplet: B0, 38 and FA. RGB value is (176,56,250). Sum of RGB (Red+Green+Blue) = 176+56+250=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #B038FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038FA is #4FC705. Grayscale: #717171. Windows color (decimal): -5228294 or 16398512. OLE color: 16398512.

HSL color Cylindrical-coordinate representation of color #B038FA: hue angle of 277.11º 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 #B038FA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 56 250 -
CMYK 0.30 0.78 0 0.02
HSL 277.11º 0.95% 0.6% -
HSV(B) 277.11º 0.78% 0.98% -
XYZ 36.57 18.96 92.17 -
YUV 114 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 176 56 250 0.30 0.78 0 0.02 277.11 0.95 0.6
Hex B0 38 FA 1E 4E 0 2 115 5F 3C
Octal 260 70 372 36 116 0 2 425 137 74
Binary 10110000 111000 11111010 11110 1001110 0 10 100010101 1011111 111100

Color Harmonies of #B038FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038FA

Black with #B038FA

Text Example


Text Example

White with #B038FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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