Html Css Color HEX #B73DCA Medium Orchid

📋 copy color: '#B73DCA'

red 183 ◦ green 61 ◦ blue 202

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

Shades of Medium Orchid #B73DCA

Tints of Medium Orchid #B73DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.68%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 41.03%
G = 13.68%
B = 45.29%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B73DCA (or 0xB73DCA) is known color: Medium Orchid. HEX triplet: B7, 3D and CA. RGB value is (183,61,202). Sum of RGB (Red+Green+Blue) = 183+61+202=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #B73DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DCA is #48C235. Grayscale: #717171. Windows color (decimal): -4768310 or 13254071. OLE color: 13254071.

HSL color Cylindrical-coordinate representation of color #B73DCA: hue angle of 291.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73DCA is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 61 202 -
CMYK 0.09 0.70 0 0.21
HSL 291.91º 0.57% 0.52% -
HSV(B) 291.91º 0.7% 0.79% -
XYZ 31.86 17.67 57.61 -
YUV 113.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 183 61 202 0.09 0.70 0 0.21 291.91 0.57 0.52
Hex B7 3D CA 9 46 0 15 124 39 34
Octal 267 75 312 11 106 0 25 444 71 64
Binary 10110111 111101 11001010 1001 1000110 0 10101 100100100 111001 110100

Color Harmonies of #B73DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DCA

Black with #B73DCA

Text Example


Text Example

White with #B73DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DCA; }

 p { color: rgb(183,61,202); }

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

background-color css

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

 a { background-color: rgb(183,61,202); }

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

border-color css

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

 span { border-color: rgb(183,61,202); }

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