Html Css Color HEX #B771F1 Medium Purple

📋 copy color: '#B771F1'

red 183 ◦ green 113 ◦ blue 241

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

Shades of Medium Purple #B771F1

Tints of Medium Purple #B771F1

RGB

 RED value IS 183 (71.88% from 255) = 34.08%

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

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 34.08%
G = 21.04%
B = 44.88%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B771F1 (or 0xB771F1) is known color: Medium Purple. HEX triplet: B7, 71 and F1. RGB value is (183,113,241). Sum of RGB (Red+Green+Blue) = 183+113+241=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #B771F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771F1 is #488E0E. Grayscale: #949494. Windows color (decimal): -4754959 or 15823287. OLE color: 15823287.

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

Color convert

RGB 183 113 241 -
CMYK 0.24 0.53 0 0.05
HSL 272.81º 0.82% 0.69% -
HSV(B) 272.81º 0.53% 0.95% -
XYZ 41.31 28.23 86.49 -
YUV 148.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 183 113 241 0.24 0.53 0 0.05 272.81 0.82 0.69
Hex B7 71 F1 18 35 0 5 111 52 45
Octal 267 161 361 30 65 0 5 421 122 105
Binary 10110111 1110001 11110001 11000 110101 0 101 100010001 1010010 1000101

Color Harmonies of #B771F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771F1

Black with #B771F1

Text Example


Text Example

White with #B771F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771F1; }

 p { color: rgb(183,113,241); }

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

background-color css

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

 a { background-color: rgb(183,113,241); }

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

border-color css

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

 span { border-color: rgb(183,113,241); }

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