Html Css Color HEX #B038FC Blue Violet

📋 copy color: '#B038FC'

red 176 ◦ green 56 ◦ blue 252

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

Shades of Blue Violet #B038FC

Tints of Blue Violet #B038FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 36.36%
G = 11.57%
B = 52.07%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B038FC (or 0xB038FC) is known color: Blue Violet. HEX triplet: B0, 38 and FC. RGB value is (176,56,252). Sum of RGB (Red+Green+Blue) = 176+56+252=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #B038FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038FC is #4FC703. Grayscale: #717171. Windows color (decimal): -5228292 or 16529584. OLE color: 16529584.

HSL color Cylindrical-coordinate representation of color #B038FC: hue angle of 276.73º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B038FC is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 56 252 -
CMYK 0.30 0.78 0 0.01
HSL 276.73º 0.97% 0.6% -
HSV(B) 276.73º 0.78% 0.99% -
XYZ 36.89 19.09 93.84 -
YUV 114.22 205.76 172.06 -
System Red Green Blue C M Y K H S L
Decimal 176 56 252 0.30 0.78 0 0.01 276.73 0.97 0.6
Hex B0 38 FC 1E 4E 0 1 115 61 3C
Octal 260 70 374 36 116 0 1 425 141 74
Binary 10110000 111000 11111100 11110 1001110 0 1 100010101 1100001 111100

Color Harmonies of #B038FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038FC

Black with #B038FC

Text Example


Text Example

White with #B038FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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