Html Css Color HEX #B773DC Medium Orchid

📋 copy color: '#B773DC'

red 183 ◦ green 115 ◦ blue 220

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

Shades of Medium Orchid #B773DC

Tints of Medium Orchid #B773DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 35.33%
G = 22.2%
B = 42.47%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B773DC (or 0xB773DC) is known color: Medium Orchid. HEX triplet: B7, 73 and DC. RGB value is (183,115,220). Sum of RGB (Red+Green+Blue) = 183+115+220=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B773DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773DC is #488C23. Grayscale: #929292. Windows color (decimal): -4754468 or 14447543. OLE color: 14447543.

HSL color Cylindrical-coordinate representation of color #B773DC: hue angle of 278.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B773DC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 115 220 -
CMYK 0.17 0.48 0 0.14
HSL 278.86º 0.6% 0.66% -
HSV(B) 278.86º 0.48% 0.86% -
XYZ 38.58 27.5 70.98 -
YUV 147.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 183 115 220 0.17 0.48 0 0.14 278.86 0.6 0.66
Hex B7 73 DC 11 30 0 E 117 3C 42
Octal 267 163 334 21 60 0 16 427 74 102
Binary 10110111 1110011 11011100 10001 110000 0 1110 100010111 111100 1000010

Color Harmonies of #B773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773DC

Black with #B773DC

Text Example


Text Example

White with #B773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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