Html Css Color HEX #B771E7 Medium Orchid

📋 copy color: '#B771E7'

red 183 ◦ green 113 ◦ blue 231

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

Shades of Medium Orchid #B771E7

Tints of Medium Orchid #B771E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.83%

R = 34.72%
G = 21.44%
B = 43.83%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B771E7 (or 0xB771E7) is known color: Medium Orchid. HEX triplet: B7, 71 and E7. RGB value is (183,113,231). Sum of RGB (Red+Green+Blue) = 183+113+231=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #B771E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771E7 is #488E18. Grayscale: #929292. Windows color (decimal): -4754969 or 15167927. OLE color: 15167927.

HSL color Cylindrical-coordinate representation of color #B771E7: hue angle of 275.59º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B771E7 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 113 231 -
CMYK 0.21 0.51 0 0.09
HSL 275.59º 0.71% 0.67% -
HSV(B) 275.59º 0.51% 0.91% -
XYZ 39.86 27.65 78.84 -
YUV 147.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 183 113 231 0.21 0.51 0 0.09 275.59 0.71 0.67
Hex B7 71 E7 15 33 0 9 114 47 43
Octal 267 161 347 25 63 0 11 424 107 103
Binary 10110111 1110001 11100111 10101 110011 0 1001 100010100 1000111 1000011

Color Harmonies of #B771E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771E7

Black with #B771E7

Text Example


Text Example

White with #B771E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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