Html Css Color HEX #B771EC Medium Orchid

📋 copy color: '#B771EC'

red 183 ◦ green 113 ◦ blue 236

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

Shades of Medium Orchid #B771EC

Tints of Medium Orchid #B771EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 34.4%
G = 21.24%
B = 44.36%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B771EC (or 0xB771EC) is known color: Medium Orchid. HEX triplet: B7, 71 and EC. RGB value is (183,113,236). Sum of RGB (Red+Green+Blue) = 183+113+236=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B771EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771EC is #488E13. Grayscale: #939393. Windows color (decimal): -4754964 or 15495607. OLE color: 15495607.

HSL color Cylindrical-coordinate representation of color #B771EC: hue angle of 274.15º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B771EC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 113 236 -
CMYK 0.22 0.52 0 0.07
HSL 274.15º 0.76% 0.68% -
HSV(B) 274.15º 0.52% 0.93% -
XYZ 40.57 27.93 82.61 -
YUV 147.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 183 113 236 0.22 0.52 0 0.07 274.15 0.76 0.68
Hex B7 71 EC 16 34 0 7 112 4C 44
Octal 267 161 354 26 64 0 7 422 114 104
Binary 10110111 1110001 11101100 10110 110100 0 111 100010010 1001100 1000100

Color Harmonies of #B771EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771EC

Black with #B771EC

Text Example


Text Example

White with #B771EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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