Html Css Color HEX #B73BDC Medium Orchid

📋 copy color: '#B73BDC'

red 183 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #B73BDC

Tints of Medium Orchid #B73BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 39.61%
G = 12.77%
B = 47.62%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B73BDC (or 0xB73BDC) is known color: Medium Orchid. HEX triplet: B7, 3B and DC. RGB value is (183,59,220). Sum of RGB (Red+Green+Blue) = 183+59+220=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B73BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BDC is #48C423. Grayscale: #717171. Windows color (decimal): -4768804 or 14433207. OLE color: 14433207.

HSL color Cylindrical-coordinate representation of color #B73BDC: hue angle of 286.21º degrees, saturation: 0.7, 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 #B73BDC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 59 220 -
CMYK 0.17 0.73 0 0.14
HSL 286.21º 0.7% 0.55% -
HSV(B) 286.21º 0.73% 0.86% -
XYZ 34.01 18.36 69.46 -
YUV 114.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 183 59 220 0.17 0.73 0 0.14 286.21 0.7 0.55
Hex B7 3B DC 11 49 0 E 11E 46 37
Octal 267 73 334 21 111 0 16 436 106 67
Binary 10110111 111011 11011100 10001 1001001 0 1110 100011110 1000110 110111

Color Harmonies of #B73BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BDC

Black with #B73BDC

Text Example


Text Example

White with #B73BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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