Html Css Color HEX #B73ED8 Medium Orchid

📋 copy color: '#B73ED8'

red 183 ◦ green 62 ◦ blue 216

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

Shades of Medium Orchid #B73ED8

Tints of Medium Orchid #B73ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 39.7%
G = 13.45%
B = 46.85%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B73ED8 (or 0xB73ED8) is known color: Medium Orchid. HEX triplet: B7, 3E and D8. RGB value is (183,62,216). Sum of RGB (Red+Green+Blue) = 183+62+216=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #B73ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ED8 is #48C127. Grayscale: #737373. Windows color (decimal): -4768040 or 14171831. OLE color: 14171831.

HSL color Cylindrical-coordinate representation of color #B73ED8: hue angle of 287.14º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73ED8 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 62 216 -
CMYK 0.15 0.71 0 0.15
HSL 287.14º 0.66% 0.55% -
HSV(B) 287.14º 0.71% 0.85% -
XYZ 33.65 18.47 66.76 -
YUV 115.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 183 62 216 0.15 0.71 0 0.15 287.14 0.66 0.55
Hex B7 3E D8 F 47 0 F 11F 42 37
Octal 267 76 330 17 107 0 17 437 102 67
Binary 10110111 111110 11011000 1111 1000111 0 1111 100011111 1000010 110111

Color Harmonies of #B73ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ED8

Black with #B73ED8

Text Example


Text Example

White with #B73ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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