Html Css Color HEX #B279FD Medium Purple

📋 copy color: '#B279FD'

red 178 ◦ green 121 ◦ blue 253

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

Shades of Medium Purple #B279FD

Tints of Medium Purple #B279FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 32.25%
G = 21.92%
B = 45.83%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B279FD (or 0xB279FD) is known color: Medium Purple. HEX triplet: B2, 79 and FD. RGB value is (178,121,253). Sum of RGB (Red+Green+Blue) = 178+121+253=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #B279FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279FD is #4D8602. Grayscale: #989898. Windows color (decimal): -5080579 or 16611762. OLE color: 16611762.

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

Color convert

RGB 178 121 253 -
CMYK 0.30 0.52 0 0.01
HSL 265.91º 0.97% 0.73% -
HSV(B) 265.91º 0.52% 0.99% -
XYZ 42.93 30.23 96.5 -
YUV 153.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 178 121 253 0.30 0.52 0 0.01 265.91 0.97 0.73
Hex B2 79 FD 1E 34 0 1 10A 61 49
Octal 262 171 375 36 64 0 1 412 141 111
Binary 10110010 1111001 11111101 11110 110100 0 1 100001010 1100001 1001001

Color Harmonies of #B279FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279FD

Black with #B279FD

Text Example


Text Example

White with #B279FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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