Html Css Color HEX #B271EF Medium Purple

📋 copy color: '#B271EF'

red 178 ◦ green 113 ◦ blue 239

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

Shades of Medium Purple #B271EF

Tints of Medium Purple #B271EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 33.58%
G = 21.32%
B = 45.09%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B271EF (or 0xB271EF) is known color: Medium Purple. HEX triplet: B2, 71 and EF. RGB value is (178,113,239). Sum of RGB (Red+Green+Blue) = 178+113+239=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #B271EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271EF is #4D8E10. Grayscale: #929292. Windows color (decimal): -5082641 or 15692210. OLE color: 15692210.

HSL color Cylindrical-coordinate representation of color #B271EF: hue angle of 270.95º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B271EF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 113 239 -
CMYK 0.26 0.53 0 0.06
HSL 270.95º 0.8% 0.69% -
HSV(B) 270.95º 0.53% 0.94% -
XYZ 39.85 27.51 84.87 -
YUV 146.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 178 113 239 0.26 0.53 0 0.06 270.95 0.8 0.69
Hex B2 71 EF 1A 35 0 6 10F 50 45
Octal 262 161 357 32 65 0 6 417 120 105
Binary 10110010 1110001 11101111 11010 110101 0 110 100001111 1010000 1000101

Color Harmonies of #B271EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271EF

Black with #B271EF

Text Example


Text Example

White with #B271EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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