Html Css Color HEX #B271F2 Medium Purple

📋 copy color: '#B271F2'

red 178 ◦ green 113 ◦ blue 242

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

Shades of Medium Purple #B271F2

Tints of Medium Purple #B271F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 33.4%
G = 21.2%
B = 45.4%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B271F2 (or 0xB271F2) is known color: Medium Purple. HEX triplet: B2, 71 and F2. RGB value is (178,113,242). Sum of RGB (Red+Green+Blue) = 178+113+242=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #B271F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271F2 is #4D8E0D. Grayscale: #929292. Windows color (decimal): -5082638 or 15888818. OLE color: 15888818.

HSL color Cylindrical-coordinate representation of color #B271F2: hue angle of 270.23º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B271F2 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 113 242 -
CMYK 0.26 0.53 0 0.05
HSL 270.23º 0.83% 0.7% -
HSV(B) 270.23º 0.53% 0.95% -
XYZ 40.29 27.69 87.22 -
YUV 147.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 178 113 242 0.26 0.53 0 0.05 270.23 0.83 0.7
Hex B2 71 F2 1A 35 0 5 10E 53 46
Octal 262 161 362 32 65 0 5 416 123 106
Binary 10110010 1110001 11110010 11010 110101 0 101 100001110 1010011 1000110

Color Harmonies of #B271F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271F2

Black with #B271F2

Text Example


Text Example

White with #B271F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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