Html Css Color HEX #B73EFF Medium Orchid

📋 copy color: '#B73EFF'

red 183 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #B73EFF

Tints of Medium Orchid #B73EFF

RGB

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

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

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

R = 36.6%
G = 12.4%
B = 51%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B73EFF (or 0xB73EFF) is known color: Medium Orchid. HEX triplet: B7, 3E and FF. RGB value is (183,62,255). Sum of RGB (Red+Green+Blue) = 183+62+255=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B73EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73EFF is #48C100. Grayscale: #777777. Windows color (decimal): -4768001 or 16727735. OLE color: 16727735.

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

Color convert

RGB 183 62 255 -
CMYK 0.28 0.76 0 0
HSL 277.62º 1% 0.62% -
HSV(B) 277.62º 0.76% 1% -
XYZ 39.3 20.73 96.54 -
YUV 120.18 204.09 172.81 -
System Red Green Blue C M Y K H S L
Decimal 183 62 255 0.28 0.76 0 0 277.62 1 0.62
Hex B7 3E FF 1C 4C 0 0 116 64 3E
Octal 267 76 377 34 114 0 0 426 144 76
Binary 10110111 111110 11111111 11100 1001100 0 0 100010110 1100100 111110

Color Harmonies of #B73EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73EFF

Black with #B73EFF

Text Example


Text Example

White with #B73EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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