Html Css Color HEX #B071EE Medium Purple

📋 copy color: '#B071EE'

red 176 ◦ green 113 ◦ blue 238

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

Shades of Medium Purple #B071EE

Tints of Medium Purple #B071EE

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 33.4%
G = 21.44%
B = 45.16%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B071EE (or 0xB071EE) is known color: Medium Purple. HEX triplet: B0, 71 and EE. RGB value is (176,113,238). Sum of RGB (Red+Green+Blue) = 176+113+238=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #B071EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B071EE is #4F8E11. Grayscale: #919191. Windows color (decimal): -5213714 or 15626672. OLE color: 15626672.

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

Color convert

RGB 176 113 238 -
CMYK 0.26 0.53 0 0.07
HSL 270.24º 0.79% 0.69% -
HSV(B) 270.24º 0.53% 0.93% -
XYZ 39.24 27.21 84.07 -
YUV 146.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 176 113 238 0.26 0.53 0 0.07 270.24 0.79 0.69
Hex B0 71 EE 1A 35 0 7 10E 4F 45
Octal 260 161 356 32 65 0 7 416 117 105
Binary 10110000 1110001 11101110 11010 110101 0 111 100001110 1001111 1000101

Color Harmonies of #B071EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071EE

Black with #B071EE

Text Example


Text Example

White with #B071EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071EE; }

 p { color: rgb(176,113,238); }

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

background-color css

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

 a { background-color: rgb(176,113,238); }

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

border-color css

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

 span { border-color: rgb(176,113,238); }

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