Html Css Color HEX #B73BFF Medium Orchid

📋 copy color: '#B73BFF'

red 183 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #B73BFF

Tints of Medium Orchid #B73BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.87%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 36.82%
G = 11.87%
B = 51.31%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B73BFF (or 0xB73BFF) is known color: Medium Orchid. HEX triplet: B7, 3B and FF. RGB value is (183,59,255). Sum of RGB (Red+Green+Blue) = 183+59+255=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B73BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BFF is #48C400. Grayscale: #757575. Windows color (decimal): -4768769 or 16726967. OLE color: 16726967.

HSL color Cylindrical-coordinate representation of color #B73BFF: hue angle of 277.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B73BFF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 59 255 -
CMYK 0.28 0.77 0 0
HSL 277.96º 1% 0.62% -
HSV(B) 277.96º 0.77% 1% -
XYZ 39.14 20.42 96.49 -
YUV 118.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 183 59 255 0.28 0.77 0 0 277.96 1 0.62
Hex B7 3B FF 1C 4D 0 0 116 64 3E
Octal 267 73 377 34 115 0 0 426 144 76
Binary 10110111 111011 11111111 11100 1001101 0 0 100010110 1100100 111110

Color Harmonies of #B73BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BFF

Black with #B73BFF

Text Example


Text Example

White with #B73BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BFF; }

 p { color: rgb(183,59,255); }

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

background-color css

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

 a { background-color: rgb(183,59,255); }

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

border-color css

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

 span { border-color: rgb(183,59,255); }

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