Html Css Color HEX #B279FA Medium Purple

📋 copy color: '#B279FA'

red 178 ◦ green 121 ◦ blue 250

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

Shades of Medium Purple #B279FA

Tints of Medium Purple #B279FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.04%

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

R = 32.42%
G = 22.04%
B = 45.54%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B279FA (or 0xB279FA) is known color: Medium Purple. HEX triplet: B2, 79 and FA. RGB value is (178,121,250). Sum of RGB (Red+Green+Blue) = 178+121+250=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #B279FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279FA is #4D8605. Grayscale: #989898. Windows color (decimal): -5080582 or 16415154. OLE color: 16415154.

HSL color Cylindrical-coordinate representation of color #B279FA: hue angle of 266.51º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B279FA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 121 250 -
CMYK 0.29 0.52 0 0.02
HSL 266.51º 0.93% 0.73% -
HSV(B) 266.51º 0.52% 0.98% -
XYZ 42.45 30.04 94 -
YUV 152.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 178 121 250 0.29 0.52 0 0.02 266.51 0.93 0.73
Hex B2 79 FA 1D 34 0 2 10B 5D 49
Octal 262 171 372 35 64 0 2 413 135 111
Binary 10110010 1111001 11111010 11101 110100 0 10 100001011 1011101 1001001

Color Harmonies of #B279FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279FA

Black with #B279FA

Text Example


Text Example

White with #B279FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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