Html Css Color HEX #B773E6 Medium Orchid

📋 copy color: '#B773E6'

red 183 ◦ green 115 ◦ blue 230

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

Shades of Medium Orchid #B773E6

Tints of Medium Orchid #B773E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 34.66%
G = 21.78%
B = 43.56%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B773E6 (or 0xB773E6) is known color: Medium Orchid. HEX triplet: B7, 73 and E6. RGB value is (183,115,230). Sum of RGB (Red+Green+Blue) = 183+115+230=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #B773E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773E6 is #488C19. Grayscale: #949494. Windows color (decimal): -4754458 or 15102903. OLE color: 15102903.

HSL color Cylindrical-coordinate representation of color #B773E6: hue angle of 275.48º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B773E6 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 115 230 -
CMYK 0.20 0.5 0 0.10
HSL 275.48º 0.7% 0.68% -
HSV(B) 275.48º 0.5% 0.9% -
XYZ 39.94 28.04 78.17 -
YUV 148.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 183 115 230 0.20 0.5 0 0.10 275.48 0.7 0.68
Hex B7 73 E6 14 32 0 A 113 46 44
Octal 267 163 346 24 62 0 12 423 106 104
Binary 10110111 1110011 11100110 10100 110010 0 1010 100010011 1000110 1000100

Color Harmonies of #B773E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773E6

Black with #B773E6

Text Example


Text Example

White with #B773E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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