Html Css Color HEX #B279FF Medium Purple

📋 copy color: '#B279FF'

red 178 ◦ green 121 ◦ blue 255

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

Shades of Medium Purple #B279FF

Tints of Medium Purple #B279FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 32.13%
G = 21.84%
B = 46.03%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B279FF (or 0xB279FF) is known color: Medium Purple. HEX triplet: B2, 79 and FF. RGB value is (178,121,255). Sum of RGB (Red+Green+Blue) = 178+121+255=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B279FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279FF is #4D8600. Grayscale: #989898. Windows color (decimal): -5080577 or 16742834. OLE color: 16742834.

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

Color convert

RGB 178 121 255 -
CMYK 0.30 0.53 0 0
HSL 265.52º 1% 0.74% -
HSV(B) 265.52º 0.53% 1% -
XYZ 43.25 30.36 98.19 -
YUV 153.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 178 121 255 0.30 0.53 0 0 265.52 1 0.74
Hex B2 79 FF 1E 35 0 0 10A 64 4A
Octal 262 171 377 36 65 0 0 412 144 112
Binary 10110010 1111001 11111111 11110 110101 0 0 100001010 1100100 1001010

Color Harmonies of #B279FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279FF

Black with #B279FF

Text Example


Text Example

White with #B279FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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