Html Css Color HEX #B73ACE Medium Orchid

📋 copy color: '#B73ACE'

red 183 ◦ green 58 ◦ blue 206

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

Shades of Medium Orchid #B73ACE

Tints of Medium Orchid #B73ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 40.94%
G = 12.98%
B = 46.09%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B73ACE (or 0xB73ACE) is known color: Medium Orchid. HEX triplet: B7, 3A and CE. RGB value is (183,58,206). Sum of RGB (Red+Green+Blue) = 183+58+206=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #B73ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ACE is #48C531. Grayscale: #6F6F6F. Windows color (decimal): -4769074 or 13515447. OLE color: 13515447.

HSL color Cylindrical-coordinate representation of color #B73ACE: hue angle of 290.68º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73ACE is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 58 206 -
CMYK 0.11 0.72 0 0.19
HSL 290.68º 0.6% 0.52% -
HSV(B) 290.68º 0.72% 0.81% -
XYZ 32.18 17.55 60.08 -
YUV 112.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 183 58 206 0.11 0.72 0 0.19 290.68 0.6 0.52
Hex B7 3A CE B 48 0 13 123 3C 34
Octal 267 72 316 13 110 0 23 443 74 64
Binary 10110111 111010 11001110 1011 1001000 0 10011 100100011 111100 110100

Color Harmonies of #B73ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ACE

Black with #B73ACE

Text Example


Text Example

White with #B73ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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