Html Css Color HEX #B73ACC Medium Orchid

📋 copy color: '#B73ACC'

red 183 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #B73ACC

Tints of Medium Orchid #B73ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.03%

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

R = 41.12%
G = 13.03%
B = 45.84%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B73ACC (or 0xB73ACC) is known color: Medium Orchid. HEX triplet: B7, 3A and CC. RGB value is (183,58,204). Sum of RGB (Red+Green+Blue) = 183+58+204=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #B73ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ACC is #48C533. Grayscale: #6F6F6F. Windows color (decimal): -4769076 or 13384375. OLE color: 13384375.

HSL color Cylindrical-coordinate representation of color #B73ACC: hue angle of 291.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73ACC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 58 204 -
CMYK 0.10 0.72 0 0.2
HSL 291.37º 0.59% 0.51% -
HSV(B) 291.37º 0.72% 0.8% -
XYZ 31.94 17.45 58.81 -
YUV 112.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 183 58 204 0.10 0.72 0 0.2 291.37 0.59 0.51
Hex B7 3A CC A 48 0 14 123 3B 33
Octal 267 72 314 12 110 0 24 443 73 63
Binary 10110111 111010 11001100 1010 1001000 0 10100 100100011 111011 110011

Color Harmonies of #B73ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ACC

Black with #B73ACC

Text Example


Text Example

White with #B73ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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