Html Css Color HEX #B281FD Medium Purple

📋 copy color: '#B281FD'

red 178 ◦ green 129 ◦ blue 253

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

Shades of Medium Purple #B281FD

Tints of Medium Purple #B281FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.04%

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

R = 31.79%
G = 23.04%
B = 45.18%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B281FD (or 0xB281FD) is known color: Medium Purple. HEX triplet: B2, 81 and FD. RGB value is (178,129,253). Sum of RGB (Red+Green+Blue) = 178+129+253=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #B281FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FD is #4D7E02. Grayscale: #9D9D9D. Windows color (decimal): -5078531 or 16613810. OLE color: 16613810.

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

Color convert

RGB 178 129 253 -
CMYK 0.30 0.49 0 0.01
HSL 263.71º 0.97% 0.75% -
HSV(B) 263.71º 0.49% 0.99% -
XYZ 43.94 32.26 96.84 -
YUV 157.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 178 129 253 0.30 0.49 0 0.01 263.71 0.97 0.75
Hex B2 81 FD 1E 31 0 1 108 61 4B
Octal 262 201 375 36 61 0 1 410 141 113
Binary 10110010 10000001 11111101 11110 110001 0 1 100001000 1100001 1001011

Color Harmonies of #B281FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281FD

Black with #B281FD

Text Example


Text Example

White with #B281FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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