Html Css Color HEX #B773EA Medium Orchid

📋 copy color: '#B773EA'

red 183 ◦ green 115 ◦ blue 234

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

Shades of Medium Orchid #B773EA

Tints of Medium Orchid #B773EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 34.4%
G = 21.62%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B773EA (or 0xB773EA) is known color: Medium Orchid. HEX triplet: B7, 73 and EA. RGB value is (183,115,234). Sum of RGB (Red+Green+Blue) = 183+115+234=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #B773EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773EA is #488C15. Grayscale: #949494. Windows color (decimal): -4754454 or 15365047. OLE color: 15365047.

HSL color Cylindrical-coordinate representation of color #B773EA: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B773EA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 115 234 -
CMYK 0.22 0.51 0 0.08
HSL 274.29º 0.74% 0.68% -
HSV(B) 274.29º 0.51% 0.92% -
XYZ 40.51 28.27 81.16 -
YUV 148.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 183 115 234 0.22 0.51 0 0.08 274.29 0.74 0.68
Hex B7 73 EA 16 33 0 8 112 4A 44
Octal 267 163 352 26 63 0 10 422 112 104
Binary 10110111 1110011 11101010 10110 110011 0 1000 100010010 1001010 1000100

Color Harmonies of #B773EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773EA

Black with #B773EA

Text Example


Text Example

White with #B773EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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