Html Css Color HEX #B771EE Medium Orchid

📋 copy color: '#B771EE'

red 183 ◦ green 113 ◦ blue 238

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

Shades of Medium Orchid #B771EE

Tints of Medium Orchid #B771EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 34.27%
G = 21.16%
B = 44.57%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B771EE (or 0xB771EE) is known color: Medium Orchid. HEX triplet: B7, 71 and EE. RGB value is (183,113,238). Sum of RGB (Red+Green+Blue) = 183+113+238=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #B771EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771EE is #488E11. Grayscale: #939393. Windows color (decimal): -4754962 or 15626679. OLE color: 15626679.

HSL color Cylindrical-coordinate representation of color #B771EE: hue angle of 273.6º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B771EE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 113 238 -
CMYK 0.23 0.53 0 0.07
HSL 273.6º 0.79% 0.69% -
HSV(B) 273.6º 0.53% 0.93% -
XYZ 40.87 28.05 84.15 -
YUV 148.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 183 113 238 0.23 0.53 0 0.07 273.6 0.79 0.69
Hex B7 71 EE 17 35 0 7 112 4F 45
Octal 267 161 356 27 65 0 7 422 117 105
Binary 10110111 1110001 11101110 10111 110101 0 111 100010010 1001111 1000101

Color Harmonies of #B771EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771EE

Black with #B771EE

Text Example


Text Example

White with #B771EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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