Html Css Color HEX #B73ED2 Medium Orchid

📋 copy color: '#B73ED2'

red 183 ◦ green 62 ◦ blue 210

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

Shades of Medium Orchid #B73ED2

Tints of Medium Orchid #B73ED2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.63%

 BLUE value IS 210 (82.42% from 255) = 46.15%

R = 40.22%
G = 13.63%
B = 46.15%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B73ED2 (or 0xB73ED2) is known color: Medium Orchid. HEX triplet: B7, 3E and D2. RGB value is (183,62,210). Sum of RGB (Red+Green+Blue) = 183+62+210=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #B73ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ED2 is #48C12D. Grayscale: #727272. Windows color (decimal): -4768046 or 13778615. OLE color: 13778615.

HSL color Cylindrical-coordinate representation of color #B73ED2: hue angle of 289.05º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73ED2 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 62 210 -
CMYK 0.13 0.70 0 0.18
HSL 289.05º 0.62% 0.53% -
HSV(B) 289.05º 0.7% 0.82% -
XYZ 32.88 18.17 62.75 -
YUV 115.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 183 62 210 0.13 0.70 0 0.18 289.05 0.62 0.53
Hex B7 3E D2 D 46 0 12 121 3E 35
Octal 267 76 322 15 106 0 22 441 76 65
Binary 10110111 111110 11010010 1101 1000110 0 10010 100100001 111110 110101

Color Harmonies of #B73ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ED2

Black with #B73ED2

Text Example


Text Example

White with #B73ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ED2; }

 p { color: rgb(183,62,210); }

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

background-color css

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

 a { background-color: rgb(183,62,210); }

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

border-color css

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

 span { border-color: rgb(183,62,210); }

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