Html Css Color HEX #B280FA Medium Purple

📋 copy color: '#B280FA'

red 178 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #B280FA

Tints of Medium Purple #B280FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.02%

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

R = 32.01%
G = 23.02%
B = 44.96%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B280FA (or 0xB280FA) is known color: Medium Purple. HEX triplet: B2, 80 and FA. RGB value is (178,128,250). Sum of RGB (Red+Green+Blue) = 178+128+250=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #B280FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280FA is #4D7F05. Grayscale: #9C9C9C. Windows color (decimal): -5078790 or 16416946. OLE color: 16416946.

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

Color convert

RGB 178 128 250 -
CMYK 0.29 0.49 0 0.02
HSL 264.59º 0.92% 0.74% -
HSV(B) 264.59º 0.49% 0.98% -
XYZ 43.33 31.81 94.3 -
YUV 156.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 178 128 250 0.29 0.49 0 0.02 264.59 0.92 0.74
Hex B2 80 FA 1D 31 0 2 109 5C 4A
Octal 262 200 372 35 61 0 2 411 134 112
Binary 10110010 10000000 11111010 11101 110001 0 10 100001001 1011100 1001010

Color Harmonies of #B280FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B280FA

Black with #B280FA

Text Example


Text Example

White with #B280FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B280FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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