Html Css Color HEX #B73FFF Medium Orchid

📋 copy color: '#B73FFF'

red 183 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #B73FFF

Tints of Medium Orchid #B73FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.57%

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

R = 36.53%
G = 12.57%
B = 50.9%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B73FFF (or 0xB73FFF) is known color: Medium Orchid. HEX triplet: B7, 3F and FF. RGB value is (183,63,255). Sum of RGB (Red+Green+Blue) = 183+63+255=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B73FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FFF is #48C000. Grayscale: #787878. Windows color (decimal): -4767745 or 16727991. OLE color: 16727991.

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

Color convert

RGB 183 63 255 -
CMYK 0.28 0.75 0 0
HSL 277.5º 1% 0.62% -
HSV(B) 277.5º 0.75% 1% -
XYZ 39.36 20.84 96.56 -
YUV 120.77 203.76 172.39 -
System Red Green Blue C M Y K H S L
Decimal 183 63 255 0.28 0.75 0 0 277.5 1 0.62
Hex B7 3F FF 1C 4B 0 0 116 64 3E
Octal 267 77 377 34 113 0 0 426 144 76
Binary 10110111 111111 11111111 11100 1001011 0 0 100010110 1100100 111110

Color Harmonies of #B73FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FFF

Black with #B73FFF

Text Example


Text Example

White with #B73FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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