Html Css Color HEX #B73DCC Medium Orchid

📋 copy color: '#B73DCC'

red 183 ◦ green 61 ◦ blue 204

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

Shades of Medium Orchid #B73DCC

Tints of Medium Orchid #B73DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 40.85%
G = 13.62%
B = 45.54%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B73DCC (or 0xB73DCC) is known color: Medium Orchid. HEX triplet: B7, 3D and CC. RGB value is (183,61,204). Sum of RGB (Red+Green+Blue) = 183+61+204=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #B73DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DCC is #48C233. Grayscale: #717171. Windows color (decimal): -4768308 or 13385143. OLE color: 13385143.

HSL color Cylindrical-coordinate representation of color #B73DCC: hue angle of 291.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73DCC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 61 204 -
CMYK 0.10 0.70 0 0.2
HSL 291.19º 0.58% 0.52% -
HSV(B) 291.19º 0.7% 0.8% -
XYZ 32.1 17.76 58.86 -
YUV 113.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 183 61 204 0.10 0.70 0 0.2 291.19 0.58 0.52
Hex B7 3D CC A 46 0 14 123 3A 34
Octal 267 75 314 12 106 0 24 443 72 64
Binary 10110111 111101 11001100 1010 1000110 0 10100 100100011 111010 110100

Color Harmonies of #B73DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DCC

Black with #B73DCC

Text Example


Text Example

White with #B73DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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