Html Css Color HEX #B73BDB Medium Orchid

📋 copy color: '#B73BDB'

red 183 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #B73BDB

Tints of Medium Orchid #B73BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

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

R = 39.7%
G = 12.8%
B = 47.51%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B73BDB (or 0xB73BDB) is known color: Medium Orchid. HEX triplet: B7, 3B and DB. RGB value is (183,59,219). Sum of RGB (Red+Green+Blue) = 183+59+219=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B73BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BDB is #48C424. Grayscale: #717171. Windows color (decimal): -4768805 or 14367671. OLE color: 14367671.

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

Color convert

RGB 183 59 219 -
CMYK 0.16 0.73 0 0.14
HSL 286.5º 0.69% 0.55% -
HSV(B) 286.5º 0.73% 0.86% -
XYZ 33.88 18.31 68.77 -
YUV 114.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 183 59 219 0.16 0.73 0 0.14 286.5 0.69 0.55
Hex B7 3B DB 10 49 0 E 11E 45 37
Octal 267 73 333 20 111 0 16 436 105 67
Binary 10110111 111011 11011011 10000 1001001 0 1110 100011110 1000101 110111

Color Harmonies of #B73BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BDB

Black with #B73BDB

Text Example


Text Example

White with #B73BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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