Html Css Color HEX #B73FCA Medium Orchid

📋 copy color: '#B73FCA'

red 183 ◦ green 63 ◦ blue 202

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

Shades of Medium Orchid #B73FCA

Tints of Medium Orchid #B73FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.06%

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

R = 40.85%
G = 14.06%
B = 45.09%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B73FCA (or 0xB73FCA) is known color: Medium Orchid. HEX triplet: B7, 3F and CA. RGB value is (183,63,202). Sum of RGB (Red+Green+Blue) = 183+63+202=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #B73FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FCA is #48C035. Grayscale: #727272. Windows color (decimal): -4767798 or 13254583. OLE color: 13254583.

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

Color convert

RGB 183 63 202 -
CMYK 0.09 0.69 0 0.21
HSL 291.8º 0.57% 0.52% -
HSV(B) 291.8º 0.69% 0.79% -
XYZ 31.97 17.89 57.64 -
YUV 114.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 183 63 202 0.09 0.69 0 0.21 291.8 0.57 0.52
Hex B7 3F CA 9 45 0 15 124 39 34
Octal 267 77 312 11 105 0 25 444 71 64
Binary 10110111 111111 11001010 1001 1000101 0 10101 100100100 111001 110100

Color Harmonies of #B73FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FCA

Black with #B73FCA

Text Example


Text Example

White with #B73FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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