Html Css Color HEX #B773DB Medium Orchid

📋 copy color: '#B773DB'

red 183 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #B773DB

Tints of Medium Orchid #B773DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 35.4%
G = 22.24%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B773DB (or 0xB773DB) is known color: Medium Orchid. HEX triplet: B7, 73 and DB. RGB value is (183,115,219). Sum of RGB (Red+Green+Blue) = 183+115+219=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B773DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773DB is #488C24. Grayscale: #929292. Windows color (decimal): -4754469 or 14382007. OLE color: 14382007.

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

Color convert

RGB 183 115 219 -
CMYK 0.16 0.47 0 0.14
HSL 279.23º 0.59% 0.65% -
HSV(B) 279.23º 0.47% 0.86% -
XYZ 38.45 27.44 70.29 -
YUV 147.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 183 115 219 0.16 0.47 0 0.14 279.23 0.59 0.65
Hex B7 73 DB 10 2F 0 E 117 3B 41
Octal 267 163 333 20 57 0 16 427 73 101
Binary 10110111 1110011 11011011 10000 101111 0 1110 100010111 111011 1000001

Color Harmonies of #B773DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773DB

Black with #B773DB

Text Example


Text Example

White with #B773DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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