Html Css Color HEX #B773D6 Medium Orchid

📋 copy color: '#B773D6'

red 183 ◦ green 115 ◦ blue 214

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

Shades of Medium Orchid #B773D6

Tints of Medium Orchid #B773D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 35.74%
G = 22.46%
B = 41.8%

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

#B773D6 (or 0xB773D6) is known color: Medium Orchid. HEX triplet: B7, 73 and D6. RGB value is (183,115,214). Sum of RGB (Red+Green+Blue) = 183+115+214=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #B773D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773D6 is #488C29. Grayscale: #929292. Windows color (decimal): -4754474 or 14054327. OLE color: 14054327.

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

Color convert

RGB 183 115 214 -
CMYK 0.14 0.46 0 0.16
HSL 281.21º 0.55% 0.65% -
HSV(B) 281.21º 0.46% 0.84% -
XYZ 37.8 27.18 66.87 -
YUV 146.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 183 115 214 0.14 0.46 0 0.16 281.21 0.55 0.65
Hex B7 73 D6 E 2E 0 10 119 37 41
Octal 267 163 326 16 56 0 20 431 67 101
Binary 10110111 1110011 11010110 1110 101110 0 10000 100011001 110111 1000001

Color Harmonies of #B773D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773D6

Black with #B773D6

Text Example


Text Example

White with #B773D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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