Html Css Color HEX #B771DF Medium Orchid

📋 copy color: '#B771DF'

red 183 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #B771DF

Tints of Medium Orchid #B771DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 35.26%
G = 21.77%
B = 42.97%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B771DF (or 0xB771DF) is known color: Medium Orchid. HEX triplet: B7, 71 and DF. RGB value is (183,113,223). Sum of RGB (Red+Green+Blue) = 183+113+223=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B771DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771DF is #488E20. Grayscale: #929292. Windows color (decimal): -4754977 or 14643639. OLE color: 14643639.

HSL color Cylindrical-coordinate representation of color #B771DF: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B771DF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 113 223 -
CMYK 0.18 0.49 0 0.13
HSL 278.18º 0.63% 0.66% -
HSV(B) 278.18º 0.49% 0.87% -
XYZ 38.75 27.21 73.02 -
YUV 146.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 183 113 223 0.18 0.49 0 0.13 278.18 0.63 0.66
Hex B7 71 DF 12 31 0 D 116 3F 42
Octal 267 161 337 22 61 0 15 426 77 102
Binary 10110111 1110001 11011111 10010 110001 0 1101 100010110 111111 1000010

Color Harmonies of #B771DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771DF

Black with #B771DF

Text Example


Text Example

White with #B771DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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