Html Css Color HEX #B038F7 Blue Violet

📋 copy color: '#B038F7'

red 176 ◦ green 56 ◦ blue 247

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

Shades of Blue Violet #B038F7

Tints of Blue Violet #B038F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.57%

R = 36.74%
G = 11.69%
B = 51.57%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B038F7 (or 0xB038F7) is known color: Blue Violet. HEX triplet: B0, 38 and F7. RGB value is (176,56,247). Sum of RGB (Red+Green+Blue) = 176+56+247=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #B038F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038F7 is #4FC708. Grayscale: #717171. Windows color (decimal): -5228297 or 16201904. OLE color: 16201904.

HSL color Cylindrical-coordinate representation of color #B038F7: hue angle of 277.7º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B038F7 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 56 247 -
CMYK 0.29 0.77 0 0.03
HSL 277.7º 0.92% 0.59% -
HSV(B) 277.7º 0.77% 0.97% -
XYZ 36.11 18.77 89.72 -
YUV 113.65 203.26 172.47 -
System Red Green Blue C M Y K H S L
Decimal 176 56 247 0.29 0.77 0 0.03 277.7 0.92 0.59
Hex B0 38 F7 1D 4D 0 3 116 5C 3B
Octal 260 70 367 35 115 0 3 426 134 73
Binary 10110000 111000 11110111 11101 1001101 0 11 100010110 1011100 111011

Color Harmonies of #B038F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038F7

Black with #B038F7

Text Example


Text Example

White with #B038F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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