Html Css Color HEX #B271FA Medium Purple

📋 copy color: '#B271FA'

red 178 ◦ green 113 ◦ blue 250

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

Shades of Medium Purple #B271FA

Tints of Medium Purple #B271FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.89%

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

R = 32.9%
G = 20.89%
B = 46.21%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B271FA (or 0xB271FA) is known color: Medium Purple. HEX triplet: B2, 71 and FA. RGB value is (178,113,250). Sum of RGB (Red+Green+Blue) = 178+113+250=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #B271FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271FA is #4D8E05. Grayscale: #939393. Windows color (decimal): -5082630 or 16413106. OLE color: 16413106.

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

Color convert

RGB 178 113 250 -
CMYK 0.29 0.55 0 0.02
HSL 268.47º 0.93% 0.71% -
HSV(B) 268.47º 0.55% 0.98% -
XYZ 41.52 28.18 93.69 -
YUV 148.05 185.53 149.36 -
System Red Green Blue C M Y K H S L
Decimal 178 113 250 0.29 0.55 0 0.02 268.47 0.93 0.71
Hex B2 71 FA 1D 37 0 2 10C 5D 47
Octal 262 161 372 35 67 0 2 414 135 107
Binary 10110010 1110001 11111010 11101 110111 0 10 100001100 1011101 1000111

Color Harmonies of #B271FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271FA

Black with #B271FA

Text Example


Text Example

White with #B271FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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