Html Css Color HEX #B771CE Medium Orchid

📋 copy color: '#B771CE'

red 183 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #B771CE

Tints of Medium Orchid #B771CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 36.45%
G = 22.51%
B = 41.04%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B771CE (or 0xB771CE) is known color: Medium Orchid. HEX triplet: B7, 71 and CE. RGB value is (183,113,206). Sum of RGB (Red+Green+Blue) = 183+113+206=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #B771CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771CE is #488E31. Grayscale: #909090. Windows color (decimal): -4754994 or 13529527. OLE color: 13529527.

HSL color Cylindrical-coordinate representation of color #B771CE: hue angle of 285.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B771CE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 113 206 -
CMYK 0.11 0.45 0 0.19
HSL 285.16º 0.49% 0.63% -
HSV(B) 285.16º 0.45% 0.81% -
XYZ 36.57 26.33 61.55 -
YUV 144.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 183 113 206 0.11 0.45 0 0.19 285.16 0.49 0.63
Hex B7 71 CE B 2D 0 13 11D 31 3F
Octal 267 161 316 13 55 0 23 435 61 77
Binary 10110111 1110001 11001110 1011 101101 0 10011 100011101 110001 111111

Color Harmonies of #B771CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771CE

Black with #B771CE

Text Example


Text Example

White with #B771CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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