Html Css Color HEX #B271EC Medium Purple

📋 copy color: '#B271EC'

red 178 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #B271EC

Tints of Medium Purple #B271EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 33.78%
G = 21.44%
B = 44.78%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B271EC (or 0xB271EC) is known color: Medium Purple. HEX triplet: B2, 71 and EC. RGB value is (178,113,236). Sum of RGB (Red+Green+Blue) = 178+113+236=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #B271EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271EC is #4D8E13. Grayscale: #929292. Windows color (decimal): -5082644 or 15495602. OLE color: 15495602.

HSL color Cylindrical-coordinate representation of color #B271EC: hue angle of 271.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B271EC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 113 236 -
CMYK 0.25 0.52 0 0.07
HSL 271.71º 0.76% 0.68% -
HSV(B) 271.71º 0.52% 0.93% -
XYZ 39.41 27.33 82.56 -
YUV 146.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 178 113 236 0.25 0.52 0 0.07 271.71 0.76 0.68
Hex B2 71 EC 19 34 0 7 110 4C 44
Octal 262 161 354 31 64 0 7 420 114 104
Binary 10110010 1110001 11101100 11001 110100 0 111 100010000 1001100 1000100

Color Harmonies of #B271EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271EC

Black with #B271EC

Text Example


Text Example

White with #B271EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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