Html Css Color HEX #B773D5 Medium Orchid

📋 copy color: '#B773D5'

red 183 ◦ green 115 ◦ blue 213

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

Shades of Medium Orchid #B773D5

Tints of Medium Orchid #B773D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.68%

R = 35.81%
G = 22.5%
B = 41.68%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B773D5 (or 0xB773D5) is known color: Medium Orchid. HEX triplet: B7, 73 and D5. RGB value is (183,115,213). Sum of RGB (Red+Green+Blue) = 183+115+213=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #B773D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773D5 is #488C2A. Grayscale: #929292. Windows color (decimal): -4754475 or 13988791. OLE color: 13988791.

HSL color Cylindrical-coordinate representation of color #B773D5: hue angle of 281.63º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B773D5 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 115 213 -
CMYK 0.14 0.46 0 0.16
HSL 281.63º 0.54% 0.64% -
HSV(B) 281.63º 0.46% 0.84% -
XYZ 37.67 27.13 66.2 -
YUV 146.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 183 115 213 0.14 0.46 0 0.16 281.63 0.54 0.64
Hex B7 73 D5 E 2E 0 10 11A 36 40
Octal 267 163 325 16 56 0 20 432 66 100
Binary 10110111 1110011 11010101 1110 101110 0 10000 100011010 110110 1000000

Color Harmonies of #B773D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773D5

Black with #B773D5

Text Example


Text Example

White with #B773D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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