Html Css Color HEX #B279FE Medium Purple

📋 copy color: '#B279FE'

red 178 ◦ green 121 ◦ blue 254

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

Shades of Medium Purple #B279FE

Tints of Medium Purple #B279FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 32.19%
G = 21.88%
B = 45.93%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B279FE (or 0xB279FE) is known color: Medium Purple. HEX triplet: B2, 79 and FE. RGB value is (178,121,254). Sum of RGB (Red+Green+Blue) = 178+121+254=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B279FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279FE is #4D8601. Grayscale: #989898. Windows color (decimal): -5080578 or 16677298. OLE color: 16677298.

HSL color Cylindrical-coordinate representation of color #B279FE: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B279FE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 121 254 -
CMYK 0.30 0.52 0 0.00
HSL 265.71º 0.99% 0.74% -
HSV(B) 265.71º 0.52% 1% -
XYZ 43.09 30.3 97.34 -
YUV 153.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 178 121 254 0.30 0.52 0 0.00 265.71 0.99 0.74
Hex B2 79 FE 1E 34 0 0 10A 63 4A
Octal 262 171 376 36 64 0 0 412 143 112
Binary 10110010 1111001 11111110 11110 110100 0 0 100001010 1100011 1001010

Color Harmonies of #B279FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279FE

Black with #B279FE

Text Example


Text Example

White with #B279FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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