Html Css Color HEX #B771F0 Medium Orchid

📋 copy color: '#B771F0'

red 183 ◦ green 113 ◦ blue 240

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

Shades of Medium Orchid #B771F0

Tints of Medium Orchid #B771F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 34.14%
G = 21.08%
B = 44.78%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B771F0 (or 0xB771F0) is known color: Medium Orchid. HEX triplet: B7, 71 and F0. RGB value is (183,113,240). Sum of RGB (Red+Green+Blue) = 183+113+240=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #B771F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771F0 is #488E0F. Grayscale: #939393. Windows color (decimal): -4754960 or 15757751. OLE color: 15757751.

HSL color Cylindrical-coordinate representation of color #B771F0: hue angle of 273.07º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B771F0 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 113 240 -
CMYK 0.24 0.53 0 0.06
HSL 273.07º 0.81% 0.69% -
HSV(B) 273.07º 0.53% 0.94% -
XYZ 41.16 28.17 85.71 -
YUV 148.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 183 113 240 0.24 0.53 0 0.06 273.07 0.81 0.69
Hex B7 71 F0 18 35 0 6 111 51 45
Octal 267 161 360 30 65 0 6 421 121 105
Binary 10110111 1110001 11110000 11000 110101 0 110 100010001 1010001 1000101

Color Harmonies of #B771F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771F0

Black with #B771F0

Text Example


Text Example

White with #B771F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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