Html Css Color HEX #B773DF Medium Orchid

📋 copy color: '#B773DF'

red 183 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #B773DF

Tints of Medium Orchid #B773DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.07%

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

R = 35.12%
G = 22.07%
B = 42.8%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B773DF (or 0xB773DF) is known color: Medium Orchid. HEX triplet: B7, 73 and DF. RGB value is (183,115,223). Sum of RGB (Red+Green+Blue) = 183+115+223=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B773DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773DF is #488C20. Grayscale: #939393. Windows color (decimal): -4754465 or 14644151. OLE color: 14644151.

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

Color convert

RGB 183 115 223 -
CMYK 0.18 0.48 0 0.13
HSL 277.78º 0.63% 0.66% -
HSV(B) 277.78º 0.48% 0.87% -
XYZ 38.98 27.66 73.1 -
YUV 147.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 183 115 223 0.18 0.48 0 0.13 277.78 0.63 0.66
Hex B7 73 DF 12 30 0 D 116 3F 42
Octal 267 163 337 22 60 0 15 426 77 102
Binary 10110111 1110011 11011111 10010 110000 0 1101 100010110 111111 1000010

Color Harmonies of #B773DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773DF

Black with #B773DF

Text Example


Text Example

White with #B773DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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