Html Css Color HEX #B773E1 Medium Orchid

📋 copy color: '#B773E1'

red 183 ◦ green 115 ◦ blue 225

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

Shades of Medium Orchid #B773E1

Tints of Medium Orchid #B773E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 34.99%
G = 21.99%
B = 43.02%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B773E1 (or 0xB773E1) is known color: Medium Orchid. HEX triplet: B7, 73 and E1. RGB value is (183,115,225). Sum of RGB (Red+Green+Blue) = 183+115+225=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #B773E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773E1 is #488C1E. Grayscale: #939393. Windows color (decimal): -4754463 or 14775223. OLE color: 14775223.

HSL color Cylindrical-coordinate representation of color #B773E1: hue angle of 277.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B773E1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 115 225 -
CMYK 0.19 0.49 0 0.12
HSL 277.09º 0.65% 0.67% -
HSV(B) 277.09º 0.49% 0.88% -
XYZ 39.25 27.76 74.52 -
YUV 147.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 183 115 225 0.19 0.49 0 0.12 277.09 0.65 0.67
Hex B7 73 E1 13 31 0 C 115 41 43
Octal 267 163 341 23 61 0 14 425 101 103
Binary 10110111 1110011 11100001 10011 110001 0 1100 100010101 1000001 1000011

Color Harmonies of #B773E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773E1

Black with #B773E1

Text Example


Text Example

White with #B773E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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