Html Css Color HEX #B771E2 Medium Orchid

📋 copy color: '#B771E2'

red 183 ◦ green 113 ◦ blue 226

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

Shades of Medium Orchid #B771E2

Tints of Medium Orchid #B771E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.3%

R = 35.06%
G = 21.65%
B = 43.3%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B771E2 (or 0xB771E2) is known color: Medium Orchid. HEX triplet: B7, 71 and E2. RGB value is (183,113,226). Sum of RGB (Red+Green+Blue) = 183+113+226=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #B771E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771E2 is #488E1D. Grayscale: #929292. Windows color (decimal): -4754974 or 14840247. OLE color: 14840247.

HSL color Cylindrical-coordinate representation of color #B771E2: hue angle of 277.17º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B771E2 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 113 226 -
CMYK 0.19 0.5 0 0.11
HSL 277.17º 0.66% 0.66% -
HSV(B) 277.17º 0.5% 0.89% -
XYZ 39.16 27.37 75.17 -
YUV 146.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 183 113 226 0.19 0.5 0 0.11 277.17 0.66 0.66
Hex B7 71 E2 13 32 0 B 115 42 42
Octal 267 161 342 23 62 0 13 425 102 102
Binary 10110111 1110001 11100010 10011 110010 0 1011 100010101 1000010 1000010

Color Harmonies of #B771E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771E2

Black with #B771E2

Text Example


Text Example

White with #B771E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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